ConnectwiseMCP

luckyludev/ConnectwiseMCP
★ 0 stars Python Security Updated today
ConnectwiseMCP is an MCP server that connects to connectwise manage for mcp workflows needed over HTTP/HTTPSSE
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "connectwisemcp": {
      "command": "uvx",
      "args": [
        "connectwisemcp"
      ]
    }
  }
}

Or install with pip: pip install connectwisemcp

README Excerpt

ConnectWise MCP server with an HTTP gateway and Cloudflare Tunnel. ``` . ├── deploy/ │ ├── cwm-mcp/ # Core MCP tools (ConnectWise API gateway) │ ├── http-gateway/ # HTTP gateway (OAuth + token auth) │ └── supergateway/ # Legacy/optional ├── docs/ │ ├── README.md # Docs index