Autotask
About
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AUTOTASK_USERNAME AUTOTASK_SECRET AUTOTASK_INTEGRATION_CODE AUTOTASK_API_URL MCP_TRANSPORT AUTH_MODE LOG_LEVELClaude Code
claude mcp add --env AUTOTASK_USERNAME= --env AUTOTASK_SECRET= --env AUTOTASK_INTEGRATION_CODE= --env AUTOTASK_API_URL= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= autotask-mcp -- docker ghcr.io/wyre-technology/autotask-mcp:v2.31.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"autotask-mcp","command":"docker","args":["ghcr.io/wyre-technology/autotask-mcp:v2.31.0"],"env":{"AUTOTASK_USERNAME":"","AUTOTASK_SECRET":"","AUTOTASK_INTEGRATION_CODE":"","AUTOTASK_API_URL":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"autotask-mcp": {
"command": "docker",
"args": [
"ghcr.io/wyre-technology/autotask-mcp:v2.31.0"
],
"env": {
"AUTOTASK_USERNAME": "",
"AUTOTASK_SECRET": "",
"AUTOTASK_INTEGRATION_CODE": "",
"AUTOTASK_API_URL": "",
"MCP_TRANSPORT": "",
"AUTH_MODE": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.