ConnectWise Automate for Grok
io.github.wyre-ai/connectwise-automate-mcp
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
client:Grok
transport:stdio
runtime:oci
Install ConnectWise Automate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"connectwise-automate-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "<CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs