connectwise-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@connectwise-mcp-serverlist all critical tickets created last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ConnectWise Manage MCP Server
A Model Context Protocol server that provides integration with the ConnectWise Manage API. This server enables Claude to interact with ConnectWise Manage to perform operations like retrieving tickets, companies, contacts, and more.
Features
Authentication with ConnectWise Manage API using API keys
Support for retrieving tickets, companies, contacts, and other entities
Ability to create, update, and delete entities
Filtering and pagination support for queries
Related MCP server: TOPdesk MCP Server
Installation
Using NPM
npm install -g connectwise-mcp-serverManual Setup
Clone this repository
Install dependencies with
npm installBuild the project with
npm run buildStart the server with
npm start
Configuration
To use this MCP server, you'll need to provide ConnectWise Manage API credentials:
Company ID
Public Key
Private Key
ConnectWise Manage URL (e.g., api-na.myconnectwise.net)
Claude Desktop Configuration
Add the following to your Claude Desktop configuration file (typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"connectwise": {
"command": "npx",
"args": ["-y", "connectwise-mcp-server"],
"env": {
"CW_COMPANY_ID": "your_company_id",
"CW_PUBLIC_KEY": "your_public_key",
"CW_PRIVATE_KEY": "your_private_key",
"CW_URL": "api-na.myconnectwise.net"
},
"options": {
"autoStart": true,
"logLevel": "info"
}
}
}
}Available Functions
Search Tickets
Searches for service tickets in ConnectWise Manage.
cw_search_tickets(conditions, page_size, page)Get Ticket
Retrieves a specific service ticket by ID.
cw_get_ticket(ticket_id)Create Ticket
Creates a new service ticket.
cw_create_ticket(summary, description, board_id, company_id)Search Companies
Searches for companies in ConnectWise Manage.
cw_search_companies(conditions, page_size, page)Get Company
Retrieves a specific company by ID.
cw_get_company(company_id)License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated3518
- Alicense-quality-maintenanceEnables interaction with TOPdesk service management platform through comprehensive API integration. Supports incident management, operator/person operations, document conversion, and FIQL querying for streamlined IT service desk workflows.Last updated2
- Alicense-qualityBmaintenanceAn MCP server for ConnectWise Manage PSA, enabling management of tickets, projects, contacts, billing, and service operations through ConnectWise Manage's API.Last updated16Apache 2.0
- Alicense-qualityCmaintenanceEnables interaction with ConnectWise Manage through 45 tools across Service, Operations, and Finance domains, with tier-based access control for finance tools.Last updatedMIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2.
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxpopkin/connectwise-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server