Sponsored by Deepsite.site

ConnectWise Manage MCP Server

Created By
jasondsmith729 months ago
A Model Context Protocol (MCP) server for ConnectWise Manage API integration
Content

ConnectWise Manage MCP Server

A Model Context Protocol (MCP) server that allows Claude to interact with the ConnectWise Manage API. This enables Claude to perform various operations in ConnectWise Manage such as fetching tickets, updating records, querying configurations, and more.

Overview

This project creates an integration between Claude and ConnectWise Manage, allowing for natural language interactions with your PSA system. By leveraging the MCP architecture, Claude can seamlessly access and update information in ConnectWise Manage.

Installation

Prerequisites

  • Node.js 18.x or higher
  • ConnectWise Manage API credentials
    • Company ID
    • Public Key
    • Private Key
    • Client ID

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/jasondsmith72/mcp-connectwise-manage.git
    cd mcp-connectwise-manage
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    
  4. Set up ConnectWise Manage API credentials:

    Option 1: Create a .env file with the following values (see .env.example for a template):

    CW_COMPANY_ID=your_company_id
    CW_PUBLIC_KEY=your_public_key
    CW_PRIVATE_KEY=your_private_key
    CW_CLIENT_ID=your_client_id
    CW_SERVER=https://your-instance.connectwise.com
    

    Option 2: Run the setup command and follow the prompts:

    npx mcp-connectwise-manage setup
    
  5. Install the MCP server in Claude Desktop:

    npx mcp-connectwise-manage install
    
  6. Restart Claude Desktop to activate the server.

Usage Examples

Once the server is installed and Claude is restarted, you can use the following prompts to interact with ConnectWise Manage:

Fetch Service Tickets

Can you get all my open service tickets from ConnectWise Manage?

Create a New Ticket

Create a new service ticket in ConnectWise Manage with the following details:
Summary: Network switch down
Company: Acme Corp (ID: 123)
Board: Network Issues (ID: 45)
Impact: High

Update a Ticket

Please update ticket 12345 in ConnectWise Manage to change the status to "Waiting Customer" and add a note saying "Waiting for customer to confirm the fix worked."

Check the examples directory for more detailed examples:

  • example-queries.md: Contains a comprehensive list of query examples for Claude
  • ticket-example.js: Demonstrates direct API usage for ticket operations

Available Endpoints

The ConnectWise Manage MCP Server provides access to the following ConnectWise Manage API endpoints:

  • Service Tickets: Get, create, and update tickets
  • Companies: List companies and get company details
  • Contacts: List company contacts
  • Configurations: Query configurations
  • Time Entries: Get and create time entries
  • Projects: List projects
  • Opportunities: List sales opportunities

Direct API Usage

If you want to use the ConnectWise Manage API functions directly in your code (outside of Claude), you can import the functions from the built package:

import { makeConnectWiseRequest } from 'mcp-connectwise-manage';

// Example: Get open tickets
const response = await makeConnectWiseRequest('getServiceTickets', {
  conditions: 'status/id=1',
  pageSize: 10
});

console.log(response.data);

See the examples directory for more detailed code samples.

Future Enhancements

  1. Add support for Attachments
  2. Implement caching for frequently accessed data
  3. Add support for batch operations
  4. Create a configuration utility for managing credentials
  5. Add support for webhooks to listen for ConnectWise events

Troubleshooting

If you encounter issues:

  1. Check your ConnectWise API credentials
  2. Verify the log file at logs/connectwise.log for detailed request/response data
  3. Ensure your ConnectWise instance is accessible and your API keys have appropriate permissions
  4. Restart Claude Desktop after installing or updating the MCP server

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
WindsurfThe new purpose-built IDE to harness magic
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"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
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.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
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.
Tavily Mcp
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Amap Maps高德地图官方 MCP Server