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

ConnectWise-MCP-Server
ConnectWise-MCP-Server à utiliser avec Claude Desktop
3 years
Works with Finder
1
Github Watches
2
Github Forks
1
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
- 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):
{
"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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_VlO2aT4x
I've been using ConnectWise MCP Server for a while, and it has significantly streamlined my workflow. Ethangillani did a fantastic job with this tool, and it's worth checking out. The seamless integration and robust features make it a must-have for anyone needing reliable server management. Highly recommend!