Skip to main content
Glama

@chargebee/mcp

Official
by chargebee

Chargebee 模型上下文协议 (MCP) 服务器

MCP Chargebee

模型上下文协议 (MCP) 是一种标准化协议,旨在管理大型语言模型 (LLM) 和外部系统之间的上下文。

Chargebee MCP 服务器提供一套强大的工具来提高开发人员的效率。它集成了 Cursor、Windsurf 和 Cline 等 AI 代码编辑器,以及 Claude Desktop 等通用工具。它与任何 MCP 客户端兼容。

使用此 MCP 服务器,您可以:

  • 立即获得有关 Chargebee 产品和 API 服务的答案。
  • 接收根据您的集成需求定制的上下文感知代码片段。
  • 访问 Chargebee 的知识库,包括:
    • 文档
    • 常见问题解答
    • 发行说明
    • 以及更多

MCP 演示

先决条件

  • Node.js LTS - Chargebee MCP 服务器需要 Node.js LTS 版本才能正常运行。

设置

要使用Node.js npx运行 Chargebee MCP 服务器,请执行以下命令:

npx -y @chargebee/mcp@latest

可用工具

工具描述
chargebee_documentation_search搜索 Chargebee 的文档以检索详细信息和使用指南。
chargebee_code_planner生成结构化代码大纲和示例代码以集成 Chargebee 的 API 和功能。

安装

光标

要将此服务器添加到 Cursor 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. 滚动到 Cascade 部分以添加新服务器、查看现有服务器或访问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
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

将 AI 代理连接到 Chargebee 平台的 MCP 服务器。

  1. 先决条件
    1. 设置
      1. 可用工具
        1. 安装
          1. 光标
          2. 风帆冲浪
          3. 克莱恩
          4. 罗奥代码
          5. 克劳德
          6. 命令行界面
        2. 贡献
          1. 执照

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A simple aggregator server that allows batching multiple MCP tool calls into a single request, reducing token usage and network overhead for AI agents.
              Last updated -
              14
              JavaScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
              Last updated -
              6
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables AI agents like Claude to play Minesweeper through natural language interaction, connecting to a separate Minesweeper game server.
              Last updated -
              80
              JavaScript
            • -
              security
              -
              license
              -
              quality
              An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
              Last updated -
              23
              Python
              MIT License

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

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