The Autotask MCP server connects AI agents to Kaseya Autotask PSA, exposing tools for managing companies, tickets, projects, and time entries. It provides direct access to Autotask's API, allowing agents to create, retrieve, update, and delete records. Developers use it to automate service management tasks, such as ticket resolution and project tracking, by integrating Autotask data with AI workflows.
The Autotask MCP server connects AI agents to Kaseya Autotask PSA, exposing tools for managing companies, tickets, projects, and time entries. It provides direct access to Autotask's API, allowing agents to create, retrieve, update, and delete records. Developers use it to automate service management tasks, such as ticket resolution and project tracking, by integrating Autotask data with AI workflows.
npx -y autotask-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"asachs01-autotask-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y autotask-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from autotask mcp?"
API Key Required
This server requires an API key from autotask mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AUTOTASK_MCP_API_KEY | Yes | Your autotask mcp API key |
"What resources are available in autotask mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in autotask mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in autotask mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.