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
Copy
手动设置
- 克隆此存储库
- 使用
npm install
安装依赖项 - 使用
npm run build
构建项目 - 使用
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
):
Copy
可用函数
搜索门票
在 ConnectWise Manage 中搜索服务票。
Copy
获取门票
通过 ID 检索特定的服务票证。
Copy
创建工单
创建新的服务票证。
Copy
搜索公司
在 ConnectWise Manage 中搜索公司。
Copy
获取公司
通过 ID 检索特定公司。
Copy
执照
麻省理工学院
This server cannot be installed
模型上下文协议服务器使 Claude 能够与 ConnectWise Manage API 交互以执行检索、创建、更新和删除票证、公司、联系人和其他实体等操作。