Server data from the Official MCP Registry
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
This is a well-structured MCP server for ConnectWise Automate with proper authentication via environment variables and a clean domain-based architecture. The server handles credentials securely in gateway mode, supports multiple transports, and includes comprehensive input validation. However, there are concerns around overly broad exception handling, lack of comprehensive input validation in some domains, and the enablement of destructive operations (reboot, script execution) without explicit user confirmation or audit logging. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
7 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CW_AUTOMATE_SERVER_URL
Environment variable: CW_AUTOMATE_CLIENT_ID
Environment variable: CW_AUTOMATE_USERNAME
Environment variable: CW_AUTOMATE_PASSWORD
Environment variable: CW_AUTOMATE_2FA_CODE
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-connectwise-automate-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"CW_AUTOMATE_2FA_CODE": "your-cw-automate-2fa-code-here",
"CW_AUTOMATE_PASSWORD": "your-cw-automate-password-here",
"CW_AUTOMATE_USERNAME": "your-cw-automate-username-here",
"CW_AUTOMATE_CLIENT_ID": "your-cw-automate-client-id-here",
"CW_AUTOMATE_SERVER_URL": "your-cw-automate-server-url-here"
},
"args": [
"-y",
"@wyre-technology/connectwise-automate-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server for ConnectWise Automate with decision tree architecture for Claude.
npm install @wyre-technology/connectwise-automate-mcp
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
CW_AUTOMATE_SERVER_URL | Yes | Your ConnectWise Automate server URL |
CW_AUTOMATE_CLIENT_ID | Yes | Integrator Client ID |
CW_AUTOMATE_USERNAME | Yes | Integrator username or user credentials |
CW_AUTOMATE_PASSWORD | Yes | Integrator password or user password |
CW_AUTOMATE_2FA_CODE | No | Two-factor authentication code (if required) |
Add to your Claude configuration:
{
"mcpServers": {
"connectwise-automate": {
"command": "npx",
"args": ["@wyre-technology/connectwise-automate-mcp"],
"env": {
"CW_AUTOMATE_SERVER_URL": "https://your-server.hostedrmm.com",
"CW_AUTOMATE_CLIENT_ID": "your-client-id",
"CW_AUTOMATE_USERNAME": "your-username",
"CW_AUTOMATE_PASSWORD": "your-password"
}
}
}
}
The server uses a decision tree pattern. Start by navigating to a domain:
cwautomate_navigate to select a domain (computers, clients, alerts, scripts)cwautomate_back to return to the main menu# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Type check
npm run typecheck
# Lint
npm run lint
Apache-2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI