PluginBench
MCP Server

Autotask MCP MCP Server

io.github.Servosity/autotask-mcp

What is the Autotask MCP MCP server?

Every Autotask entity at the command line, plus a local SQLite mirror that answers ticket-aging

How to install Autotask MCP

Copy-paste configuration for popular MCP clients.

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

    Set the AUTOTASK_PSA_API_INTEGRATION_CODE credential for the Autotask MCP server.

  • AUTOTASK_PSA_SECRET
    required
    secret

    Set the AUTOTASK_PSA_SECRET credential for the Autotask MCP server.

  • AUTOTASK_PSA_USER_NAME
    required
    secret

    Set the AUTOTASK_PSA_USER_NAME credential for the Autotask MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/autotask-v0.1.0/autotask-mcp.mcpb",
      "args": [],
      "env": {
        "AUTOTASK_PSA_API_INTEGRATION_CODE": "<YOUR_AUTOTASK_PSA_API_INTEGRATION_CODE>",
        "AUTOTASK_PSA_SECRET": "<YOUR_AUTOTASK_PSA_SECRET>",
        "AUTOTASK_PSA_USER_NAME": "<YOUR_AUTOTASK_PSA_USER_NAME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/autotask-v0.1.0/autotask-mcp.mcpb",
      "args": [],
      "env": {
        "AUTOTASK_PSA_API_INTEGRATION_CODE": "<YOUR_AUTOTASK_PSA_API_INTEGRATION_CODE>",
        "AUTOTASK_PSA_SECRET": "<YOUR_AUTOTASK_PSA_SECRET>",
        "AUTOTASK_PSA_USER_NAME": "<YOUR_AUTOTASK_PSA_USER_NAME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "autotask-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/autotask-v0.1.0/autotask-mcp.mcpb",
      "args": [],
      "env": {
        "AUTOTASK_PSA_API_INTEGRATION_CODE": "<YOUR_AUTOTASK_PSA_API_INTEGRATION_CODE>",
        "AUTOTASK_PSA_SECRET": "<YOUR_AUTOTASK_PSA_SECRET>",
        "AUTOTASK_PSA_USER_NAME": "<YOUR_AUTOTASK_PSA_USER_NAME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "autotask-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/autotask-v0.1.0/autotask-mcp.mcpb",
      "args": [],
      "env": {
        "AUTOTASK_PSA_API_INTEGRATION_CODE": "<YOUR_AUTOTASK_PSA_API_INTEGRATION_CODE>",
        "AUTOTASK_PSA_SECRET": "<YOUR_AUTOTASK_PSA_SECRET>",
        "AUTOTASK_PSA_USER_NAME": "<YOUR_AUTOTASK_PSA_USER_NAME>"
      }
    }
  }
}
Claude Code
claude mcp add autotask-mcp --env AUTOTASK_PSA_API_INTEGRATION_CODE=<YOUR_AUTOTASK_PSA_API_INTEGRATION_CODE> --env AUTOTASK_PSA_SECRET=<YOUR_AUTOTASK_PSA_SECRET> --env AUTOTASK_PSA_USER_NAME=<YOUR_AUTOTASK_PSA_USER_NAME> -- https://github.com/Servosity/msp-skills/releases/download/autotask-v0.1.0/autotask-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →