PluginBench
MCP Server

Autotask MCP Server

io.github.wyre-technology/autotask-mcp

What is the Autotask MCP server?

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

How to install Autotask

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AUTOTASK_USERNAME
    required

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

  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/autotask-mcp:v2.28.8"
      ],
      "env": {
        "AUTOTASK_USERNAME": "<YOUR_AUTOTASK_USERNAME>",
        "AUTOTASK_SECRET": "<YOUR_AUTOTASK_SECRET>",
        "AUTOTASK_INTEGRATION_CODE": "<YOUR_AUTOTASK_INTEGRATION_CODE>",
        "AUTOTASK_API_URL": "<YOUR_AUTOTASK_API_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/autotask-mcp:v2.28.8"
      ],
      "env": {
        "AUTOTASK_USERNAME": "<YOUR_AUTOTASK_USERNAME>",
        "AUTOTASK_SECRET": "<YOUR_AUTOTASK_SECRET>",
        "AUTOTASK_INTEGRATION_CODE": "<YOUR_AUTOTASK_INTEGRATION_CODE>",
        "AUTOTASK_API_URL": "<YOUR_AUTOTASK_API_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/autotask-mcp:v2.28.8"
      ],
      "env": {
        "AUTOTASK_USERNAME": "<YOUR_AUTOTASK_USERNAME>",
        "AUTOTASK_SECRET": "<YOUR_AUTOTASK_SECRET>",
        "AUTOTASK_INTEGRATION_CODE": "<YOUR_AUTOTASK_INTEGRATION_CODE>",
        "AUTOTASK_API_URL": "<YOUR_AUTOTASK_API_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "autotask-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/autotask-mcp:v2.28.8"
      ],
      "env": {
        "AUTOTASK_USERNAME": "<YOUR_AUTOTASK_USERNAME>",
        "AUTOTASK_SECRET": "<YOUR_AUTOTASK_SECRET>",
        "AUTOTASK_INTEGRATION_CODE": "<YOUR_AUTOTASK_INTEGRATION_CODE>",
        "AUTOTASK_API_URL": "<YOUR_AUTOTASK_API_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add autotask-mcp --env AUTOTASK_USERNAME=<YOUR_AUTOTASK_USERNAME> --env AUTOTASK_SECRET=<YOUR_AUTOTASK_SECRET> --env AUTOTASK_INTEGRATION_CODE=<YOUR_AUTOTASK_INTEGRATION_CODE> --env AUTOTASK_API_URL=<YOUR_AUTOTASK_API_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/autotask-mcp:v2.28.8

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →

MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.

View repository →