← Index

Autotask

io.github.wyre-technology/autotask-mcp·v2.24.1·Calendar & Time
Quality Score
95
/100

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/autotask-mcp:v2.24.1"
      ],
      "env": {
        "AUTOTASK_USERNAME": "<autotask_username>",
        "AUTOTASK_SECRET": "<your-autotask_secret>",
        "AUTOTASK_INTEGRATION_CODE": "<your-autotask_integration_code>",
        "AUTOTASK_API_URL": "<autotask_api_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
AUTOTASK_USERNAME
required

Autotask API user resource email (e.g. apiuser@example.com)

AUTOTASK_SECRET
requiredsecret

Autotask API user secret

AUTOTASK_INTEGRATION_CODE
requiredsecret

Autotask API integration code (tracking identifier)

AUTOTASK_API_URL

Autotask API zone URL — auto-detected per tenant if omitted

MCP_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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time