Please migrate to our new KnowledgeBase MCP Server, which provides enhanced capabilities and improved accuracy. Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems. The Chargebee MCP Server offers a robust set of tools to improve developer efficiency. It integrates with AI-powered code editors like Cursor, Win
Add this skill
npx mdskills install chargebee/agentkitWell-documented MCP server for Chargebee API integration with clear setup instructions across multiple IDEs
⚠️ Deprecation Notice
This package is deprecated and will no longer receive updates or support. Please migrate to our new KnowledgeBase MCP Server, which provides enhanced capabilities and improved accuracy. Learn more and upgrade here: Chargebee MCP Server Documentation
Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems.
The Chargebee MCP Server offers a robust set of tools to improve developer efficiency. It integrates with AI-powered code editors like Cursor, Windsurf, and Cline, as well as general-purpose tools such as Claude Desktop. It is compatible with any MCP Client.
With this MCP Server, you can:
Get immediate answers about the Chargebee products and API services.
Receive context-aware code snippets tailored to your integration needs.
Access Chargebee's knowledge base, including:
To run the Chargebee MCP server using Node.js npx, execute the following command:
npx -y @chargebee/mcp@latest
| Tool | Description |
|---|---|
chargebee_documentation_search | Search Chargebee's documentation to retrieve detailed information and usage guides. |
chargebee_code_planner | Generate structured code outlines and sample code for integrating Chargebee's APIs and features. |
To add this server to Cursor IDE:
Cursor Settings > MCP.+ Add new Global MCP Server..cursor/mcp.json file:{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}
Refer to the Cursor documentation for additional details. Note: You can also add this to your project-specific Cursor configuration (supported in Cursor 0.46+).
To set up MCP with Cascade:
Settings > Advanced Settings or use the Command Palette > Open Windsurf Settings Page.mcp_config.json.mcp_config.json:{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}
Refer to the Windsurf documentation for more information.
Install the Chargebee MCP server in VS Code using one of these buttons:
Alternatively, you can install the Chargebee MCP server using the VS Code CLI:
# For VS Code
code --add-mcp '{"name":"chargebee","command":"npx","args":["-y","@chargebee/mcp"]}'
# For VS Code Insiders
code-insiders --add-mcp '{"name":"chargebee","command":"npx","args":["-y","@chargebee/mcp"]}'
After installation, the Chargebee MCP server will be available for use with your GitHub Copilot agent in VS Code.
Add the following configuration to your claude_desktop_config.json file. Refer to the Claude Desktop documentation for more details:
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}
Manually add the following JSON to your cline_mcp_settings.json file via the Cline MCP Server settings:
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}
Access the MCP settings by selecting Edit MCP Settings in Roo Code settings or using the Roo Code: Open MCP Config command in the VS Code command palette:
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}
To contribute to this project, refer to the contribution guide.
Install via CLI
npx mdskills install chargebee/agentkitChargebee Model Context Protocol (MCP) Server is a free, open-source AI agent skill. Please migrate to our new KnowledgeBase MCP Server, which provides enhanced capabilities and improved accuracy. Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems. The Chargebee MCP Server offers a robust set of tools to improve developer efficiency. It integrates with AI-powered code editors like Cursor, Win
Install Chargebee Model Context Protocol (MCP) Server with a single command:
npx mdskills install chargebee/agentkitThis downloads the skill files into your project and your AI agent picks them up automatically.
Chargebee Model Context Protocol (MCP) Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.