Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/wyre-ai/autotask-mcp:v2.38.2
Or add to your MCP client config:
{
"mcpServers": {
"autotask-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.2"
],
"env": {
"AUTOTASK_USERNAME": "<YOUR_VALUE>",
"AUTOTASK_SECRET": "<YOUR_VALUE>",
"AUTOTASK_INTEGRATION_CODE": "<YOUR_VALUE>",
"AUTOTASK_API_URL": "<YOUR_VALUE>",
"MCP_TRANSPORT": "<YOUR_VALUE>",
"AUTH_MODE": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
AUTOTASK_USERNAMErequired — Autotask API user resource email (e.g. [email protected])AUTOTASK_SECRETrequired secret — Autotask API user secretAUTOTASK_INTEGRATION_CODErequired secret — Autotask API integration code (tracking identifier)AUTOTASK_API_URL— Autotask API zone URL — auto-detected per tenant if omittedMCP_TRANSPORT— Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.AUTH_MODE— Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.LOG_LEVEL— Log verbosity: debug, info, warn, error
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.wyre-technology/autotask-mcp
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry