Cover image
ethangillani_connectwise-mcp-server
Public

ethangillani_connectwise-mcp-server

Try Now
2025-03-07

Mirror ofhttps://github.com/ethangillani/connectwise-mcp-server

3 years

Works with Finder

0

Github Watches

0

Github Forks

0

Github Stars

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

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • huahuayu
  • A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.

  • deemkeen
  • control your mbot2 with a power combo: mqtt+mcp+llm

  • zhaoyunxing92
  • 本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。

  • justmywyw
  • Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.

  • sligter
  • Lite-MCP-Client是一个基于命令行的轻量级MCP客户端工具

    Reviews

    3 (1)
    Avatar
    user_lrsnpIND
    2025-04-15

    As a loyal user of the GitHub Notifications MCP Server by mcollina, I can attest to its efficiency in managing GitHub notifications seamlessly. This server has significantly streamlined my workflow, ensuring I never miss any important updates. The interface is user-friendly and the overall integration is flawless. Highly recommend it to all GitHub users! Check it out here: https://mcp.so/server/mcp-github-notifications/mcollina.