ConnectWise Manage MCP Server
io.github.wyre-technology/connectwise-manage-mcp
What is the ConnectWise Manage MCP server?
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
How to install ConnectWise Manage
Copy-paste configuration for popular MCP clients.
CW_MANAGE_COMPANY_IDrequiredConnectWise company identifier (the short name used to log in)
CW_MANAGE_PUBLIC_KEYrequiredsecretConnectWise API member public key (Members > API Members)
CW_MANAGE_PRIVATE_KEYrequiredsecretConnectWise API member private key
CW_MANAGE_CLIENT_IDrequiredsecretClient ID from the ConnectWise Developer Portal (developer.connectwise.com)
CW_MANAGE_URLConnectWise API base URL — region-specific (api-na/eu/au.myconnectwise.net) or self-hosted
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"connectwise-manage-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-manage-mcp:v1.7.1"
],
"env": {
"CW_MANAGE_COMPANY_ID": "<YOUR_CW_MANAGE_COMPANY_ID>",
"CW_MANAGE_PUBLIC_KEY": "<YOUR_CW_MANAGE_PUBLIC_KEY>",
"CW_MANAGE_PRIVATE_KEY": "<YOUR_CW_MANAGE_PRIVATE_KEY>",
"CW_MANAGE_CLIENT_ID": "<YOUR_CW_MANAGE_CLIENT_ID>",
"CW_MANAGE_URL": "<YOUR_CW_MANAGE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"connectwise-manage-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-manage-mcp:v1.7.1"
],
"env": {
"CW_MANAGE_COMPANY_ID": "<YOUR_CW_MANAGE_COMPANY_ID>",
"CW_MANAGE_PUBLIC_KEY": "<YOUR_CW_MANAGE_PUBLIC_KEY>",
"CW_MANAGE_PRIVATE_KEY": "<YOUR_CW_MANAGE_PRIVATE_KEY>",
"CW_MANAGE_CLIENT_ID": "<YOUR_CW_MANAGE_CLIENT_ID>",
"CW_MANAGE_URL": "<YOUR_CW_MANAGE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"connectwise-manage-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-manage-mcp:v1.7.1"
],
"env": {
"CW_MANAGE_COMPANY_ID": "<YOUR_CW_MANAGE_COMPANY_ID>",
"CW_MANAGE_PUBLIC_KEY": "<YOUR_CW_MANAGE_PUBLIC_KEY>",
"CW_MANAGE_PRIVATE_KEY": "<YOUR_CW_MANAGE_PRIVATE_KEY>",
"CW_MANAGE_CLIENT_ID": "<YOUR_CW_MANAGE_CLIENT_ID>",
"CW_MANAGE_URL": "<YOUR_CW_MANAGE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"connectwise-manage-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-manage-mcp:v1.7.1"
],
"env": {
"CW_MANAGE_COMPANY_ID": "<YOUR_CW_MANAGE_COMPANY_ID>",
"CW_MANAGE_PUBLIC_KEY": "<YOUR_CW_MANAGE_PUBLIC_KEY>",
"CW_MANAGE_PRIVATE_KEY": "<YOUR_CW_MANAGE_PRIVATE_KEY>",
"CW_MANAGE_CLIENT_ID": "<YOUR_CW_MANAGE_CLIENT_ID>",
"CW_MANAGE_URL": "<YOUR_CW_MANAGE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add connectwise-manage-mcp --env CW_MANAGE_COMPANY_ID=<YOUR_CW_MANAGE_COMPANY_ID> --env CW_MANAGE_PUBLIC_KEY=<YOUR_CW_MANAGE_PUBLIC_KEY> --env CW_MANAGE_PRIVATE_KEY=<YOUR_CW_MANAGE_PRIVATE_KEY> --env CW_MANAGE_CLIENT_ID=<YOUR_CW_MANAGE_CLIENT_ID> --env CW_MANAGE_URL=<YOUR_CW_MANAGE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/connectwise-manage-mcp:v1.7.1Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →