ConnectWise Manage MCP Server

by ethangillani

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

npm install -g connectwise-mcp-server

Manual Setup

  1. Clone this repository
  2. Install dependencies with npm install
  3. Build the project with npm run build
  4. 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):

{ "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

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

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.

  1. Features
    1. Installation
      1. Using NPM
      2. Manual Setup
    2. Configuration
      1. Claude Desktop Configuration
    3. Available Functions
      1. Search Tickets
      2. Get Ticket
      3. Create Ticket
      4. Search Companies
      5. Get Company
    4. License

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        16
        1
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables Claude and other LLMs to interact with Notion workspaces, providing capabilities like searching, retrieving, creating and updating pages, as well as managing databases.
        Last updated -
        275
        2
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
        Last updated -
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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 updated -
        46
        2
        Python
        • Linux
        • Apple

      View all related MCP servers

      ID: uhmphdifmp