Skip to main content
Glama

ConnectWise Manage MCP Server

by ethangillani

ConnectWise Manage 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 Manage URL (例: api-na.myconnectwise.net)

クロードデスクトップ構成

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

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 と対話して、チケット、会社、連絡先、その他のエンティティの取得、作成、更新、削除などの操作を実行できるようにするモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. インストール
      1. NPMの使用
      2. 手動設定
    2. 構成
      1. クロードデスクトップ構成
    3. 利用可能な機能
      1. チケットを検索
      2. チケットを入手
      3. チケットを作成
      4. 企業検索
      5. 会社を取得する
    4. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        21
        1
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A 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 -
        194
        2
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A 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
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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 -
        46
        2
        Python
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethangillani/connectwise-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server