Loading MCP server directory, please wait...
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
npx @getmcp/cli add io.github.wyre-technology/connectwise-automate-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CW_AUTOMATE_SERVER_URLConnectWise Automate server URL (e.g. https://your-server.hostedrmm.com)
CW_AUTOMATE_CLIENT_IDConnectWise Automate integrator client ID
CW_AUTOMATE_USERNAMEIntegrator username or user credential
CW_AUTOMATE_PASSWORDIntegrator password or user password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CW_AUTOMATE_SERVER_URL",
"-e",
"CW_AUTOMATE_CLIENT_ID",
"-e",
"CW_AUTOMATE_USERNAME",
"-e",
"CW_AUTOMATE_PASSWORD",
"-e",
"CW_AUTOMATE_2FA_CODE",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/connectwise-automate-mcp:v1.5.3"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "",
"CW_AUTOMATE_CLIENT_ID": "",
"CW_AUTOMATE_USERNAME": "",
"CW_AUTOMATE_PASSWORD": "",
"CW_AUTOMATE_2FA_CODE": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}