Loading MCP server directory, please wait...
Sync your ConnectWise Automate fleet to local SQLite and answer cross-client RMM questions offline.
npx @getmcp/cli add io.github.Servosity/connectwise-automate-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
CONNECTWISE_AUTOMATE_SERVERYour Automate host, e.g. company.hostedrmm.com (endpoint base URL).
CONNECTWISE_AUTOMATE_CLIENT_IDRegistered integration clientId GUID, sent as the clientId header (required for v2020.11+).
CONNECTWISE_AUTOMATE_TOKENBearer token for the ConnectWise Automate API (short-lived; mint with apitoken mint).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/connectwise-automate-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-automate-v0.1.0/connectwise-automate-mcp.mcpb",
"env": {
"CONNECTWISE_AUTOMATE_SERVER": "",
"CONNECTWISE_AUTOMATE_CLIENT_ID": "",
"CONNECTWISE_AUTOMATE_TOKEN": ""
}
}
}
}