Autotask for Cline
io.github.wyre-technology/autotask-mcp
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
client:Cline
transport:stdio
runtime:oci
Install Autotask in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"autotask-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/autotask-mcp:v2.32.10"
],
"env": {
"AUTOTASK_USERNAME": "<AUTOTASK_USERNAME>",
"AUTOTASK_SECRET": "<AUTOTASK_SECRET>",
"AUTOTASK_INTEGRATION_CODE": "<AUTOTASK_INTEGRATION_CODE>",
"AUTOTASK_API_URL": "<AUTOTASK_API_URL>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs