← Index

ConnectWise Automate

io.github.wyre-technology/connectwise-automate-mcp·v1.5.3·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.5.3"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<cw_automate_server_url>",
        "CW_AUTOMATE_CLIENT_ID": "<your-cw_automate_client_id>",
        "CW_AUTOMATE_USERNAME": "<cw_automate_username>",
        "CW_AUTOMATE_PASSWORD": "<your-cw_automate_password>",
        "CW_AUTOMATE_2FA_CODE": "<your-cw_automate_2fa_code>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
CW_AUTOMATE_SERVER_URL
required

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

CW_AUTOMATE_CLIENT_ID
requiredsecret

ConnectWise Automate integrator client ID

CW_AUTOMATE_USERNAME
required

Integrator username or user credential

CW_AUTOMATE_PASSWORD
requiredsecret

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

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