Loading MCP server directory, please wait...
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
npx @getmcp/cli add io.github.wyre-technology/autotask-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
AUTOTASK_USERNAMEAutotask API user resource email (e.g. apiuser@example.com)
AUTOTASK_SECRETAutotask API user secret
AUTOTASK_INTEGRATION_CODEAutotask API integration code (tracking identifier)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/autotask-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUTOTASK_USERNAME",
"-e",
"AUTOTASK_SECRET",
"-e",
"AUTOTASK_INTEGRATION_CODE",
"-e",
"AUTOTASK_API_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/autotask-mcp:v2.28.3"
],
"env": {
"AUTOTASK_USERNAME": "",
"AUTOTASK_SECRET": "",
"AUTOTASK_INTEGRATION_CODE": "",
"AUTOTASK_API_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}