Loading MCP server directory, please wait...
Manage ConnectWise Control (ScreenConnect) remote support and access sessions from one CLI or agent.
npx @getmcp/cli add io.github.Servosity/connectwise-control-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
CONNECTWISE_CONTROL_BASE_URLYour ScreenConnect instance base URL, e.g. https://company.screenconnect.com (per-instance).
CONNECTWISE_CONTROL_USERNAMEYour ConnectWise Control instance user name (HTTP Basic auth).
CONNECTWISE_CONTROL_PASSWORDYour ConnectWise Control instance password (HTTP Basic auth).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/connectwise-control-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-control-v0.1.1/connectwise-control-mcp.mcpb",
"env": {
"CONNECTWISE_CONTROL_BASE_URL": "",
"CONNECTWISE_CONTROL_USERNAME": "",
"CONNECTWISE_CONTROL_PASSWORD": ""
}
}
}
}