Skip to content
Claude Desktop

SuperOps for Claude Desktop

io.github.wyre-technology/superops-mcp

MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.

client:Claude Desktop transport:stdio runtime:oci

Install SuperOps in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "superops-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/superops-mcp:v1.6.6"
      ],
      "env": {
        "SUPEROPS_API_TOKEN": "<SUPEROPS_API_TOKEN>",
        "SUPEROPS_SUBDOMAIN": "<SUPEROPS_SUBDOMAIN>",
        "SUPEROPS_REGION": "<SUPEROPS_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SuperOps in other clients