Sponsored by Deepsite.site

ConnectWise Manage MCP Server

Created By
jasondsmith729 months ago
A Model Context Protocol (MCP) server for ConnectWise PSA API integration with Claude Desktop
Content

ConnectWise Manage MCP Server

This is a fully structured, production-ready MCP server for ConnectWise Manage (CWM), providing dynamic access to all available API calls through a proxy-like interface.

Quick Overview

This Node.js MCP server acts as a generalized API gateway, accepting dynamic API calls to ConnectWise Manage and returning responses directly to Claude Desktop or other clients. It includes a sample MCP manifest format for ConnectWise Manage API functions.

Setup Instructions

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Generate or obtain the complete ConnectWise Manage API manifest file (see below)

  4. Configure Claude Desktop to use the server (see below)

The MCP Manifest

This repository includes a sample MCP manifest (connectwise-mcp-manifest-sample.json) that demonstrates the format, but you'll need to generate or obtain the full manifest file for all ConnectWise API operations.

The full manifest was generated from the ConnectWise API specification and contains over 3,000 API operations. Due to its size, it's not included directly in this repository.

Obtaining the Full Manifest

You can either:

  1. Generate it yourself using the ConnectWise API spec
  2. Contact the repository owner for the full manifest file

After obtaining it, save it as connectwise-mcp-manifest.json in your installation directory.

Integrating with Claude Desktop

Modify your claude_desktop_config.json to include the ConnectWise MCP server:

{
  "mcpServers": {
    "connectwise": {
      "command": "node",
      "args": ["path/to/dist/index.js"],
      "manifest": "path/to/connectwise-mcp-manifest.json",
      "env": {
        "CW_COMPANY_ID": "your_company_id",
        "CW_PUBLIC_KEY": "your_public_key",
        "CW_PRIVATE_KEY": "your_private_key",
        "CW_API_URL": "https://api-na.myconnectwise.net/v4_6_release/apis/3.0",
        "PORT": "3000"
      },
      "options": {
        "autoStart": true,
        "logLevel": "info"
      }
    }
  }
}

Replace the following values in the above configuration:

  • path/to/dist/index.js: The actual path to your compiled server file (e.g., C:/ConnectWise-PSA-API-MCP-Server/dist/index.js)
  • path/to/connectwise-mcp-manifest.json: Path to the full MCP manifest file (e.g., C:/ConnectWise-PSA-API-MCP-Server/connectwise-mcp-manifest.json)
  • your_company_id: Your ConnectWise company ID
  • your_public_key: Your ConnectWise public API key
  • your_private_key: Your ConnectWise private API key

API Usage Examples

ActionMethodURL
Search TicketsGET/api/service/tickets
Get TicketGET/api/service/tickets/{id}
Create TicketPOST/api/service/tickets
Update TicketPATCH/api/service/tickets/{id}
Delete TicketDELETE/api/service/tickets/{id}

Request body and params directly follow ConnectWise API Documentation.

Usage with Claude Desktop

With the proper MCP manifest, Claude Desktop can understand and interact with all ConnectWise Manage endpoints through natural language.

Examples of queries you can make:

  • "Get a list of all service tickets"
  • "Create a new ticket for customer XYZ"
  • "Find all open tickets assigned to John"
  • "Get company information for client ABC Corp"

Troubleshooting

If you encounter authentication issues, double-check that:

  1. Your ConnectWise credentials are correct in the Claude config file
  2. Your API key has the correct permissions in ConnectWise Manage
  3. Your ConnectWise instance URL is correct
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Tavily Mcp
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.