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 管理 MCP 服务器

一个模型上下文协议服务器,提供与 ConnectWise Manage API 的集成。此服务器使 Claude 能够与 ConnectWise Manage 交互,以执行检索工单、公司、联系人等操作。

特征

  • 使用 API 密钥通过 ConnectWise Manage API 进行身份验证
  • 支持检索票证、公司、联系人和其他实体
  • 能够创建、更新和删除实体
  • 查询的过滤和分页支持

安装

使用 NPM

npm install -g connectwise-mcp-server

手动设置

  1. 克隆此存储库
  2. 使用npm install安装依赖项
  3. 使用npm run build构建项目
  4. 使用npm start启动服务器

配置

要使用此 MCP 服务器,您需要提供 ConnectWise Manage API 凭据:

  • 公司 ID
  • 公钥
  • 私钥
  • ConnectWise 管理 URL(例如 api-na.myconnectwise.net)

Claude桌面配置

将以下内容添加到您的 Claude Desktop 配置文件中(在 macOS 上通常位于~/Library/Application Support/Claude/claude_desktop_config.json ):

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

可用函数

搜索门票

在 ConnectWise Manage 中搜索服务票。

cw_search_tickets(conditions, page_size, page)

获取门票

通过 ID 检索特定的服务票证。

cw_get_ticket(ticket_id)

创建工单

创建新的服务票证。

cw_create_ticket(summary, description, board_id, company_id)

搜索公司

在 ConnectWise Manage 中搜索公司。

cw_search_companies(conditions, page_size, page)

获取公司

通过 ID 检索特定公司。

cw_get_company(company_id)

执照

麻省理工学院

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

模型上下文协议服务器使 Claude 能够与 ConnectWise Manage API 交互以执行检索、创建、更新和删除票证、公司、联系人和其他实体等操作。

  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
      ID: uhmphdifmp