MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Connectwise Automate MCP Server

by Wyre Technology
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

About

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

Security Report

4.2
Use Caution4.2High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

ConnectWise Automate server URL (e.g. https://your-server.hostedrmm.com)Optional

Environment variable: CW_AUTOMATE_SERVER_URL

ConnectWise Automate integrator client IDRequired

Environment variable: CW_AUTOMATE_CLIENT_ID

Integrator username or user credentialOptional

Environment variable: CW_AUTOMATE_USERNAME

Integrator password or user passwordRequired

Environment variable: CW_AUTOMATE_PASSWORD

Two-factor authentication code, if required by the accountRequired

Environment variable: CW_AUTOMATE_2FA_CODE

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.Optional

Environment variable: MCP_TRANSPORT

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.Optional

Environment variable: AUTH_MODE

Log verbosity: debug, info, warn, errorOptional

Environment variable: LOG_LEVEL

How to Install

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ConnectWise Automate MCP Server

A Model Context Protocol (MCP) server for ConnectWise Automate with decision tree architecture for Claude.

One-Click Deployment

Deploy to DO

Deploy to Cloudflare Workers

Features

  • Decision Tree Architecture: Navigate between domains (computers, clients, alerts, scripts) to access relevant tools
  • Lazy Loading: Client initialization and domain handlers are loaded on demand
  • Comprehensive API Coverage: Manage computers, clients, alerts, and scripts

Installation

npm install @wyre-technology/connectwise-automate-mcp

Configuration

Set the following environment variables:

VariableRequiredDescription
CW_AUTOMATE_SERVER_URLYesYour ConnectWise Automate server URL
CW_AUTOMATE_CLIENT_IDYesIntegrator Client ID
CW_AUTOMATE_USERNAMEYesIntegrator username or user credentials
CW_AUTOMATE_PASSWORDYesIntegrator password or user password
CW_AUTOMATE_2FA_CODENoTwo-factor authentication code (if required)

Usage

As an MCP Server

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"
      }
    }
  }
}

Navigation

The server uses a decision tree pattern. Start by navigating to a domain:

  1. Use cwautomate_navigate to select a domain (computers, clients, alerts, scripts)
  2. Domain-specific tools become available
  3. Use cwautomate_back to return to the main menu

Available Domains

Computers
  • List computers with filtering options
  • Get computer details
  • Search computers by name or criteria
  • Reboot computers remotely
  • Run scripts on computers
Clients
  • List all clients
  • Get client details
  • Create new clients
  • Update existing clients
Alerts
  • List alerts with filtering
  • Get alert details
  • Acknowledge alerts
Scripts
  • List available scripts
  • Get script details
  • Execute scripts on computers

Development

# Install dependencies
npm install

# Build
npm run build

# Run tests
npm test

# Type check
npm run typecheck

# Lint
npm run lint

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentation

Details

Published May 6, 2026
Version 1.5.3
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
435
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
59
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
17
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
13
Installs
7.0
Security
No ratings yet
Local