PluginBench
MCP Server

ConnectWise Automate MCP Server

io.github.wyre-technology/connectwise-automate-mcp

What is the ConnectWise Automate MCP server?

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

How to install ConnectWise Automate

Copy-paste configuration for popular MCP clients.

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

    ConnectWise Automate server URL (e.g. https://your-server.hostedrmm.com)

  • CW_AUTOMATE_CLIENT_ID
    required
    secret

    ConnectWise Automate integrator client ID

  • CW_AUTOMATE_USERNAME
    required

    Integrator username or user credential

  • CW_AUTOMATE_PASSWORD
    required
    secret

    Integrator password or user password

  • CW_AUTOMATE_2FA_CODE
    secret

    Two-factor authentication code, if required by the account

  • 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": {
    "connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.6.4"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<YOUR_CW_AUTOMATE_SERVER_URL>",
        "CW_AUTOMATE_CLIENT_ID": "<YOUR_CW_AUTOMATE_CLIENT_ID>",
        "CW_AUTOMATE_USERNAME": "<YOUR_CW_AUTOMATE_USERNAME>",
        "CW_AUTOMATE_PASSWORD": "<YOUR_CW_AUTOMATE_PASSWORD>",
        "CW_AUTOMATE_2FA_CODE": "<YOUR_CW_AUTOMATE_2FA_CODE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.6.4"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<YOUR_CW_AUTOMATE_SERVER_URL>",
        "CW_AUTOMATE_CLIENT_ID": "<YOUR_CW_AUTOMATE_CLIENT_ID>",
        "CW_AUTOMATE_USERNAME": "<YOUR_CW_AUTOMATE_USERNAME>",
        "CW_AUTOMATE_PASSWORD": "<YOUR_CW_AUTOMATE_PASSWORD>",
        "CW_AUTOMATE_2FA_CODE": "<YOUR_CW_AUTOMATE_2FA_CODE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.6.4"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<YOUR_CW_AUTOMATE_SERVER_URL>",
        "CW_AUTOMATE_CLIENT_ID": "<YOUR_CW_AUTOMATE_CLIENT_ID>",
        "CW_AUTOMATE_USERNAME": "<YOUR_CW_AUTOMATE_USERNAME>",
        "CW_AUTOMATE_PASSWORD": "<YOUR_CW_AUTOMATE_PASSWORD>",
        "CW_AUTOMATE_2FA_CODE": "<YOUR_CW_AUTOMATE_2FA_CODE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "connectwise-automate-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.6.4"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<YOUR_CW_AUTOMATE_SERVER_URL>",
        "CW_AUTOMATE_CLIENT_ID": "<YOUR_CW_AUTOMATE_CLIENT_ID>",
        "CW_AUTOMATE_USERNAME": "<YOUR_CW_AUTOMATE_USERNAME>",
        "CW_AUTOMATE_PASSWORD": "<YOUR_CW_AUTOMATE_PASSWORD>",
        "CW_AUTOMATE_2FA_CODE": "<YOUR_CW_AUTOMATE_2FA_CODE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add connectwise-automate-mcp --env CW_AUTOMATE_SERVER_URL=<YOUR_CW_AUTOMATE_SERVER_URL> --env CW_AUTOMATE_CLIENT_ID=<YOUR_CW_AUTOMATE_CLIENT_ID> --env CW_AUTOMATE_USERNAME=<YOUR_CW_AUTOMATE_USERNAME> --env CW_AUTOMATE_PASSWORD=<YOUR_CW_AUTOMATE_PASSWORD> --env CW_AUTOMATE_2FA_CODE=<YOUR_CW_AUTOMATE_2FA_CODE> --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/connectwise-automate-mcp:v1.6.4

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 Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

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

View repository →