Home › Other › Autotask

Autotask

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

TypeScript
★ 53 stars Last pushed 2026-09-24 License: Apache-2.0

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_USERNAME required — Autotask API user resource email (e.g. [email protected])
  • AUTOTASK_SECRET required secret — Autotask API user secret
  • AUTOTASK_INTEGRATION_CODE required secret — 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

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.wyre-technology/autotask-mcp

Related servers

Data from the Official MCP Registry