Autotask for Grok
io.github.wyre-technology/autotask-mcp
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
client:Grok
transport:stdio
runtime:oci
Install Autotask in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"autotask-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs