ConnectWise Manage MCP サーバー
ConnectWise Manage APIとの統合を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、ClaudeはConnectWise Manageと連携し、チケット、企業、連絡先の取得などの操作を実行できます。
特徴
- APIキーを使用したConnectWise Manage APIによる認証
- チケット、会社、連絡先、その他のエンティティの取得をサポート
- エンティティを作成、更新、削除する機能
- クエリのフィルタリングとページ区切りのサポート
インストール
NPMの使用
手動設定
- このリポジトリをクローンする
npm install
で依存関係をインストールするnpm run build
でプロジェクトをビルドします。npm start
でサーバーを起動します。
構成
この MCP サーバーを使用するには、ConnectWise Manage API の資格情報を提供する必要があります。
- 会社ID
- 公開鍵
- 秘密鍵
- ConnectWise Manage URL (例: api-na.myconnectwise.net)
クロードデスクトップ構成
Claude Desktop 構成ファイル (通常、macOS では~/Library/Application Support/Claude/claude_desktop_config.json
にあります) に次のコードを追加します。
利用可能な機能
チケットを検索
ConnectWise Manage でサービス チケットを検索します。
チケットを入手
ID で特定のサービス ��ケットを取得します。
チケットを作成
新しいサービス チケットを作成します。
企業検索
ConnectWise Manage で企業を検索します。
会社を取得する
ID で特定の会社を取得します。
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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.
Claude が ConnectWise Manage API と対話して、チケット、会社、連絡先、その他のエンティティの取得、作成、更新、削除などの操作を実行できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -211TypeScriptMIT License
- -securityFlicense-qualityA 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 -1942TypeScript
- -securityFlicense-qualityA 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
- -securityFlicense-qualityA 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 -462Python