Loading MCP server directory, please wait...
Every ConnectWise PSA workflow from the terminal - with a typed conditions query builder, offline
npx @getmcp/cli add io.github.Servosity/connectwise-manage-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
CW_CLIENT_IDSet the CW_CLIENT_ID credential for the ConnectWise Manage MCP server.
CW_COMPANY_IDConnectWise Manage company ID/codebase used in the composite Basic auth username.
CW_PRIVATE_KEYAPI Member private key used as the composite Basic auth password.
CW_PUBLIC_KEYAPI Member public key used with the company ID in the composite Basic auth username.
CW_SITEConnectWise Manage region host such as api-na.myconnectwise.net, api-eu.myconnectwise.net, api-au.myconnectwise.net, or your on-prem host.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/connectwise-manage-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/connectwise-manage-v0.1.6/connectwise-manage-mcp.mcpb",
"env": {
"CONNECTWISE_MANAGE_BASE_URL": "https://api-na.myconnectwise.net/v4_6_release/apis/3.0",
"CW_API_VERSION": "",
"CW_CLIENT_ID": "",
"CW_COMPANY_ID": "",
"CW_PRIVATE_KEY": "",
"CW_PUBLIC_KEY": "",
"CW_SITE": ""
}
}
}
}