{"id":44882024,"url":"https://github.com/wyre-technology/connectwise-automate-mcp","last_synced_at":"2026-06-02T22:00:28.323Z","repository":{"id":338270266,"uuid":"1150732132","full_name":"wyre-technology/connectwise-automate-mcp","owner":"wyre-technology","description":"MCP server for ConnectWise Automate (RMM) — computer management, patching, scripting, and monitoring tools for AI assistants","archived":false,"fork":false,"pushed_at":"2026-06-02T14:33:26.000Z","size":1019,"stargazers_count":0,"open_issues_count":12,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T15:25:09.777Z","etag":null,"topics":["ai-tools","claude","connectwise-automate","mcp","mcp-server","model-context-protocol","msp","msp-mcp","typescript","wyre-technology"],"latest_commit_sha":null,"homepage":"https://mcp.wyretechnology.com/mcp-servers/connectwise-automate/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyre-technology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-05T16:16:21.000Z","updated_at":"2026-06-02T14:34:45.000Z","dependencies_parsed_at":"2026-03-10T02:01:54.478Z","dependency_job_id":null,"html_url":"https://github.com/wyre-technology/connectwise-automate-mcp","commit_stats":null,"previous_names":["wyre-technology/connectwise-automate-mcp"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/wyre-technology/connectwise-automate-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fconnectwise-automate-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fconnectwise-automate-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fconnectwise-automate-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fconnectwise-automate-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyre-technology","download_url":"https://codeload.github.com/wyre-technology/connectwise-automate-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fconnectwise-automate-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33838221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","claude","connectwise-automate","mcp","mcp-server","model-context-protocol","msp","msp-mcp","typescript","wyre-technology"],"created_at":"2026-02-17T16:12:27.734Z","updated_at":"2026-06-02T22:00:28.313Z","avatar_url":"https://github.com/wyre-technology.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConnectWise Automate MCP Server\n\nA Model Context Protocol (MCP) server for ConnectWise Automate with decision tree architecture for Claude.\n\n## One-Click Deployment\n\n\u003e [!IMPORTANT]\n\u003e **Before you click:** this server depends on `@wyre-technology/node-connectwise-automate`,\n\u003e which is hosted on the **GitHub Packages** npm registry. GitHub Packages has no\n\u003e anonymous access — even though the package is public, every `npm install` needs a\n\u003e token. The cloud builder runs `npm install` for you, so you must give it one, or\n\u003e the build fails with `npm error 401 Unauthorized ... npm.pkg.github.com`.\n\u003e\n\u003e 1. Create a GitHub **Personal Access Token** with the `read:packages` scope\n\u003e    ([classic token](https://github.com/settings/tokens/new?scopes=read:packages\u0026description=connectwise-automate-mcp%20deploy)).\n\u003e    Any GitHub account works — you do **not** need to be a member of the\n\u003e    `wyre-technology` org to read its public packages.\n\u003e 2. Add it as a build variable when prompted by the deploy flow:\n\u003e    - **Cloudflare Workers** → set a build variable named **`NODE_AUTH_TOKEN`** to your PAT\n\u003e      (Workers → Settings → Build → Variables and Secrets).\n\u003e    - **DigitalOcean App Platform** → set an encrypted env var named **`GITHUB_TOKEN`**\n\u003e      with scope **Build Time** to your PAT (the `.do/deploy.template.yaml` already declares it).\n\n[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/wyre-technology/connectwise-automate-mcp/tree/main)\n\n[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/wyre-technology/connectwise-automate-mcp)\n\n\u003e [!NOTE]\n\u003e The DigitalOcean target builds the full Docker image and runs the complete MCP\n\u003e server over HTTP — this is the recommended path for operators. This repo has no\n\u003e Cloudflare Workers entrypoint (`src/worker.ts`), so the Workers button is not a\n\u003e supported target yet; prefer DigitalOcean or the prebuilt container image\n\u003e (`ghcr.io/wyre-technology/connectwise-automate-mcp`).\n\n## Features\n\n- **Decision Tree Architecture**: Navigate between domains (computers, clients, alerts, scripts) to access relevant tools\n- **Lazy Loading**: Client initialization and domain handlers are loaded on demand\n- **Comprehensive API Coverage**: Manage computers, clients, alerts, and scripts\n\n## Installation\n\nThis package is published to the **GitHub Packages** npm registry, which requires a\ntoken even for public packages. Authenticate once, then install:\n\n```bash\n# Authenticate npm to GitHub Packages (token needs the read:packages scope)\nexport NODE_AUTH_TOKEN=$(gh auth token)   # or a PAT with read:packages\n\nnpm install @wyre-technology/connectwise-automate-mcp\n```\n\nThe repo's `.npmrc` already points the `@wyre-technology` scope at GitHub Packages and\nreads the token from `NODE_AUTH_TOKEN`, so no further config is needed.\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `CW_AUTOMATE_SERVER_URL` | Yes | Your ConnectWise Automate server URL |\n| `CW_AUTOMATE_CLIENT_ID` | Yes | Integrator Client ID |\n| `CW_AUTOMATE_USERNAME` | Yes | Integrator username or user credentials |\n| `CW_AUTOMATE_PASSWORD` | Yes | Integrator password or user password |\n| `CW_AUTOMATE_2FA_CODE` | No | Two-factor authentication code (if required) |\n\n## Usage\n\n### As an MCP Server\n\nAdd to your Claude configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"connectwise-automate\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-technology/connectwise-automate-mcp\"],\n      \"env\": {\n        \"CW_AUTOMATE_SERVER_URL\": \"https://your-server.hostedrmm.com\",\n        \"CW_AUTOMATE_CLIENT_ID\": \"your-client-id\",\n        \"CW_AUTOMATE_USERNAME\": \"your-username\",\n        \"CW_AUTOMATE_PASSWORD\": \"your-password\"\n      }\n    }\n  }\n}\n```\n\n### Navigation\n\nThe server uses a decision tree pattern. Start by navigating to a domain:\n\n1. Use `cwautomate_navigate` to select a domain (computers, clients, alerts, scripts)\n2. Domain-specific tools become available\n3. Use `cwautomate_back` to return to the main menu\n\n### Available Domains\n\n#### Computers\n- List computers with filtering options\n- Get computer details\n- Search computers by name or criteria\n- Reboot computers remotely\n- Run scripts on computers\n\n#### Clients\n- List all clients\n- Get client details\n- Create new clients\n- Update existing clients\n\n#### Alerts\n- List alerts with filtering\n- Get alert details\n- Acknowledge alerts\n\n#### Scripts\n- List available scripts\n- Get script details\n- Execute scripts on computers\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n\n# Type check\nnpm run typecheck\n\n# Lint\nnpm run lint\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fconnectwise-automate-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyre-technology%2Fconnectwise-automate-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fconnectwise-automate-mcp/lists"}