Chargebee 模型上下文协议 (MCP) 服务器
模型上下文协议 (MCP) 是一种标准化协议,旨在管理大型语言模型 (LLM) 和外部系统之间的上下文。
Chargebee MCP 服务器提供一套强大的工具来提高开发人员的效率。它集成了 Cursor、Windsurf 和 Cline 等 AI 代码编辑器,以及 Claude Desktop 等通用工具。它与任何 MCP 客户端兼容。
使用此 MCP 服务器,您可以:
- 立即获得有关 Chargebee 产品和 API 服务的答案。
- 接收根据您的集成需求定制的上下文感知代码片段。
- 访问 Chargebee 的知识库,包括:
- 文档
- 常见问题解答
- 发行说明
- 以及更多
先决条件
- Node.js LTS - Chargebee MCP 服务器需要 Node.js LTS 版本才能正常运行。
设置
要使用Node.js npx运行 Chargebee MCP 服务器,请执行以下命令:
可用工具
工具 | 描述 |
---|---|
chargebee_documentation_search | 搜索 Chargebee 的文档以检索详细信息和使用指南。 |
chargebee_code_planner | 生成结构化代码大纲和示例代码以集成 Chargebee 的 API 和功能。 |
安装
光标
要将此服务器添加到 Cursor IDE:
- 导航到
Cursor Settings
>MCP
。 - 单击
+ Add new Global MCP Server
。 - 将以下配置添加到全局
.cursor/mcp.json
文件:
有关更多详细信息,请参阅Cursor 文档。注意:您也可以将其添加到项目特定的 Cursor 配置中(Cursor 0.46+ 版本支持)。
风帆冲浪
要使用 Cascade 设置 MCP:
- 打开 Windsurf 并导航至
Settings
>Advanced Settings
或使用“命令面板”>Open Windsurf Settings Page
。 - 滚动到 Cascade 部分以添加新服务器、查看现有服务器或访问
mcp_config.json
上的原始 JSON 配置文件。 - 单击“添加自定义服务器 +”将 Chargebee MCP 服务器直接包含在
mcp_config.json
中:
请参阅Windsurf 文档以了解更多信息。
克莱恩
通过 Cline MCP 服务器设置手动将以下 JSON 添加到您的cline_mcp_settings.json
文件中:
罗奥代码
通过选择 Roo Code 设置中的Edit MCP Settings
或使用 VS Code 命令面板中的Roo Code: Open MCP Config
命令来访问 MCP 设置:
克劳德
将以下配置添加到claude_desktop_config.json
文件。更多详细信息,请参阅Claude Desktop 文档:
命令行界面
您还可以通过执行以下命令将服务器作为 CLI 运行:
贡献
要为该项目做出贡献,请参阅贡献指南。
执照
local-only server
The server can only run on the client's local machine because it depends on local resources.
将 AI 代理连接到 Chargebee 平台的 MCP 服务器。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -20141PythonGPL 3.0
- -securityAlicense-qualityAn MCP server that provides integration with Microsoft's AutoGen framework, enabling multi-agent conversations through a standardized interface.Last updated -10PythonMIT License
- -securityAlicense-qualityAn MCP server that enables AI applications to interact with DiceDB databases.Last updated -4GoMIT License
- -securityFlicense-qualityAn auto-generated MCP server that enables interaction with the OpenAI API, allowing users to access OpenAI's models and capabilities through the Multi-Agent Conversation Protocol.Last updated -Python