ConnectWise Manage MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
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
Installation
Using NPM
Manual Setup
- Clone this repository
- Install dependencies with
npm install
- Build the project with
npm run build
- Start 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):
Available Functions
Search Tickets
Searches for service tickets in ConnectWise Manage.
Get Ticket
Retrieves a specific service ticket by ID.
Create Ticket
Creates a new service ticket.
Search Companies
Searches for companies in ConnectWise Manage.
Get Company
Retrieves a specific company by ID.
License
MIT
This server cannot be installed
A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.