PluginBench
MCP Server

ConnectWise Control MCP MCP Server

io.github.Servosity/connectwise-control-mcp

What is the ConnectWise Control MCP MCP server?

Manage ConnectWise Control (ScreenConnect) remote support and access sessions from one CLI or agent.

How to install ConnectWise Control MCP

Copy-paste configuration for popular MCP clients.

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

    Your ScreenConnect instance base URL, e.g. https://company.screenconnect.com (per-instance).

  • CONNECTWISE_CONTROL_USERNAME
    required

    Your ConnectWise Control instance user name (HTTP Basic auth).

  • CONNECTWISE_CONTROL_PASSWORD
    required
    secret

    Your ConnectWise Control instance password (HTTP Basic auth).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "connectwise-control-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-mcp.mcpb",
      "args": [],
      "env": {
        "CONNECTWISE_CONTROL_BASE_URL": "<YOUR_CONNECTWISE_CONTROL_BASE_URL>",
        "CONNECTWISE_CONTROL_USERNAME": "<YOUR_CONNECTWISE_CONTROL_USERNAME>",
        "CONNECTWISE_CONTROL_PASSWORD": "<YOUR_CONNECTWISE_CONTROL_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "connectwise-control-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-mcp.mcpb",
      "args": [],
      "env": {
        "CONNECTWISE_CONTROL_BASE_URL": "<YOUR_CONNECTWISE_CONTROL_BASE_URL>",
        "CONNECTWISE_CONTROL_USERNAME": "<YOUR_CONNECTWISE_CONTROL_USERNAME>",
        "CONNECTWISE_CONTROL_PASSWORD": "<YOUR_CONNECTWISE_CONTROL_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "connectwise-control-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-mcp.mcpb",
      "args": [],
      "env": {
        "CONNECTWISE_CONTROL_BASE_URL": "<YOUR_CONNECTWISE_CONTROL_BASE_URL>",
        "CONNECTWISE_CONTROL_USERNAME": "<YOUR_CONNECTWISE_CONTROL_USERNAME>",
        "CONNECTWISE_CONTROL_PASSWORD": "<YOUR_CONNECTWISE_CONTROL_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "connectwise-control-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-mcp.mcpb",
      "args": [],
      "env": {
        "CONNECTWISE_CONTROL_BASE_URL": "<YOUR_CONNECTWISE_CONTROL_BASE_URL>",
        "CONNECTWISE_CONTROL_USERNAME": "<YOUR_CONNECTWISE_CONTROL_USERNAME>",
        "CONNECTWISE_CONTROL_PASSWORD": "<YOUR_CONNECTWISE_CONTROL_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add connectwise-control-mcp --env CONNECTWISE_CONTROL_BASE_URL=<YOUR_CONNECTWISE_CONTROL_BASE_URL> --env CONNECTWISE_CONTROL_USERNAME=<YOUR_CONNECTWISE_CONTROL_USERNAME> --env CONNECTWISE_CONTROL_PASSWORD=<YOUR_CONNECTWISE_CONTROL_PASSWORD> -- https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-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 →