ConnectWise Automate
Rank #5,648io.github.WYRE-AI/connectwise-automate-mcp
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
ConnectWise Automate is a Model Context Protocol (MCP) server published by wyre-technology. It ranks #5,648 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ConnectWise Automate is listed across 2 registries — Official MCP and PulseMCP, with 21 tracked versions. It was first listed on Feb 5, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 126,398 of 132,046 servers on MCP Toplist.
Use ConnectWise Automate
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add connectwise-automate-mcp -e "CW_AUTOMATE_SERVER_URL=<your CW_AUTOMATE_SERVER_URL>" -e "CW_AUTOMATE_CLIENT_ID=<your CW_AUTOMATE_CLIENT_ID>" -e "CW_AUTOMATE_USERNAME=<your CW_AUTOMATE_USERNAME>" -e "CW_AUTOMATE_PASSWORD=<your CW_AUTOMATE_PASSWORD>" -e "CW_AUTOMATE_2FA_CODE=<your CW_AUTOMATE_2FA_CODE>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "AUTH_MODE=<your AUTH_MODE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- docker run -i --rm ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2Replace each placeholder with your own value before saving.
[mcp_servers.connectwise-automate-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"]
[mcp_servers.connectwise-automate-mcp.env]
CW_AUTOMATE_SERVER_URL = "<your CW_AUTOMATE_SERVER_URL>"
CW_AUTOMATE_CLIENT_ID = "<your CW_AUTOMATE_CLIENT_ID>"
CW_AUTOMATE_USERNAME = "<your CW_AUTOMATE_USERNAME>"
CW_AUTOMATE_PASSWORD = "<your CW_AUTOMATE_PASSWORD>"
CW_AUTOMATE_2FA_CODE = "<your CW_AUTOMATE_2FA_CODE>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
AUTH_MODE = "<your AUTH_MODE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "<your CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<your CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<your CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<your CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<your CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "<your CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<your CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<your CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<your CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<your CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"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": "<your CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<your CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<your CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<your CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<your CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "<your CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<your CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<your CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<your CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<your CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.2"
],
"env": {
"CW_AUTOMATE_SERVER_URL": "<your CW_AUTOMATE_SERVER_URL>",
"CW_AUTOMATE_CLIENT_ID": "<your CW_AUTOMATE_CLIENT_ID>",
"CW_AUTOMATE_USERNAME": "<your CW_AUTOMATE_USERNAME>",
"CW_AUTOMATE_PASSWORD": "<your CW_AUTOMATE_PASSWORD>",
"CW_AUTOMATE_2FA_CODE": "<your CW_AUTOMATE_2FA_CODE>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.WYRE-AI%2Fconnectwise-automate-mcp)<a href="https://mcptoplist.com/server/io.github.WYRE-AI%2Fconnectwise-automate-mcp"><img src="https://mcptoplist.com/badge/io.github.WYRE-AI%2Fconnectwise-automate-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wyre-technology
Other servers by wyre-technology
- Autotask#652 · 54 vers
- NinjaOne#1,404 · 31 vers
- IT Glue#1,861 · 27 vers
- ConnectWise Manage#2,080 · 16 vers
- CIPP#2,589 · 20 vers
- HaloPSA#3,651 · 26 vers
- Syncro#3,833 · 17 vers
- Datto RMM#4,145 · 15 vers
- Hudu#4,174 · 15 vers
- SuperOps#4,768 · 13 vers
- Action1#4,971 · 14 vers
- QuickBooks Online#5,059 · 17 vers
Available versions (21)
| Version | Published |
|---|---|
| 2.0.2 | Sep 22, 2026 |
| 2.0.1 | Sep 10, 2026 |
| 2.0.0 | Sep 9, 2026 |
| 1.8.5 | Sep 8, 2026 |
| 1.8.4 | Aug 28, 2026 |
| 1.8.3 | Aug 26, 2026 |
| 1.8.2 | Aug 20, 2026 |
| 1.8.1 | Aug 20, 2026 |
| 1.8.0 | Aug 14, 2026 |
| 1.7.7 | Aug 13, 2026 |
| 1.7.6 | Aug 13, 2026 |
| 1.7.4 | Aug 7, 2026 |
| 1.7.3 | Jul 29, 2026 |
| 1.7.2 | Jul 23, 2026 |
| 1.7.1 | Jul 18, 2026 |
| 1.7.0 | Jul 17, 2026 |
| 1.6.4 | Jun 18, 2026 |
| 1.6.2 | Jun 17, 2026 |
| 1.6.1 | Jun 15, 2026 |
| 1.5.6 | Jun 2, 2026 |
| 1.5.3 | May 6, 2026 |
Frequently asked questions
- Who maintains ConnectWise Automate?
- ConnectWise Automate is maintained by wyre-technology, which publishes 60 MCP servers (749 total versions) tracked on MCP Toplist.
- Is ConnectWise Automate listed on the Official MCP Registry?
- Yes — ConnectWise Automate is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ConnectWise Automate have?
- MCP Toplist tracks 21 versions of ConnectWise Automate, most recently published on Sep 22, 2026.
- Where can I find the source code for ConnectWise Automate?
- The source code for ConnectWise Automate is hosted at github.com/wyre-technology/connectwise-automate-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.