Skip to main content
Glama
chargebee

@chargebee/mcp

Official
by chargebee

Chargebee モデルコンテキストプロトコル (MCP) サーバー

MCP チャージビーnpmバージョン

モデル コンテキスト プロトコル (MCP) は、大規模言語モデル (LLM) と外部システム間のコンテキストを管理するために設計された標準化されたプロトコルです。

Chargebee MCPサーバーは、開発者の効率を向上させる強力なツールセットを提供します。Cursor、Windsurf、ClineといったAI搭載コードエディタや、Claude Desktopといった汎用ツールと連携し、あらゆるMCPクライアントと互換性があります。

この MCP サーバーを使用すると、次のことが可能になります。

  • Chargebee 製品および API サービスに関する回答をすぐに入手できます。

  • 統合のニーズに合わせてカスタマイズされたコンテキスト対応のコード スニペットを受け取ります。

  • 以下の内容を含む Chargebee のナレッジ ベースにアクセスします。

    • ドキュメント

    • よくある質問

    • リリースノート

    • その他にも

MCPデモ

前提条件

  • Node.js LTS - Chargebee MCP サーバーが正しく機能するには、Node.js LTS バージョンが必要です。

Related MCP server: Codinfy MCP

設定

Node.js npxを使用して Chargebee MCP サーバーを実行するには、次のコマンドを実行します。

npx -y @chargebee/mcp@latest

利用可能なツール

道具

説明

chargebee_documentation_search

Chargebee のドキュメントを検索して、詳細な情報と使用ガイドを取得します。

chargebee_code_planner

Chargebee の API と機能を統合するための構造化されたコード アウトラインとサンプル コードを生成します。

インストール

カーソル

このサーバーをカーソル IDE に追加するには:

  1. Cursor Settings > MCPに移動します。

  2. + Add new Global MCP Serverクリックします。

  3. グローバル.cursor/mcp.jsonファイルに次の構成を追加します。

{
  "mcpServers": {
    "chargebee": {
      "command": "npx",
      "args": [
          "-y",
          "@chargebee/mcp"
      ]
    }
  }
}

詳細については、 Cursor のドキュメントを参照してください。注: これをプロジェクト固有の Cursor 設定に追加することもできます(Cursor 0.46 以降でサポートされています)。

ウィンドサーフィン

Cascade を使用して MCP を設定するには:

  1. Windsurf を開き、 Settings > Advanced Settingsに移動するか、コマンド パレット > Open Windsurf Settings Pageを使用します。

  2. カスケード セクションまでスクロールして、新しいサーバーを追加したり、既存のサーバーを表示したり、 mcp_config.jsonにある生の JSON 構成ファイルにアクセスしたりします。

  3. 「カスタムサーバーを追加 +」をクリックして、Chargebee MCP サーバーをmcp_config.jsonに直接含めます。

{
  "mcpServers": {
    "chargebee": {
      "command": "npx",
      "args": [
          "-y",
          "@chargebee/mcp"
      ]
    }
  }
}

詳細については、 Windsurf のドキュメントを参照してください。

クライン

Cline MCP サーバー設定を使用して、次の JSON をcline_mcp_settings.jsonファイルに手動で追加します。

{
  "mcpServers": {
    "chargebee": {
      "command": "npx",
      "args": [
          "-y",
          "@chargebee/mcp"
      ]
    }
  }
}

ルーコード

Roo Code 設定でEdit MCP Settingsを選択するか、VS Code コマンド パレットでRoo Code: Open MCP Configコマンドを使用して、MCP 設定にアクセスします。

{
  "mcpServers": {
    "chargebee": {
      "command": "npx",
      "args": [
          "-y",
          "@chargebee/mcp"
      ]
    }
  }
}

クロード

claude_desktop_config.jsonファイルに以下の設定を追加してください。詳細については、 Claude Desktop のドキュメントを参照してください。

{
  "mcpServers": {
    "chargebee": {
      "command": "npx",
      "args": [
          "-y",
          "@chargebee/mcp"
      ]
    }
  }
}

コマンドライン

次のコマンドを実行して、サーバーを CLI として実行することもできます。

npx -y @chargebee/mcp@latest

貢献

このプロジェクトに貢献するには、貢献ガイドを参照してください。

ライセンス

マサチューセッツ工科大学

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server that connects AI agents to Codinfy platform APIs for validating licenses, creating checkouts, listing products, tracking analytics, managing OAuth identity, and handling ad placements.
    17
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    MCP server for RevenueCat that lets AI agents query subscriber data, check entitlements, fetch offerings, and manage subscriptions via natural language.
    6
  • A
    license
    B
    quality
    B
    maintenance
    MCP server that connects AI assistants to the Conexa business management system, enabling CRUD operations on sales, customers, plans, contracts, charges, and more via 83 tools.
    83
    121
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

View all MCP Connectors

Latest Blog Posts

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/chargebee/agentkit'

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