Search Chargebee's documentation to retrieve detailed information and usage guides.
Generate structured code outlines and sample code for integrating Chargebee's APIs and features.
The Chargebee MCP server provides developers with instant access to Chargebee's extensive knowledge base, including documentation, FAQs, and release notes. It enables AI-powered code editors to generate context-aware code snippets tailored to your specific integration needs with Chargebee's subscription management and billing platform. This integration enhances developer productivity by offering immediate answers about Chargebee products and API services directly within your development environment. Whether you're implementing subscription billing, managing customer data, or integrating payment gateways, this MCP server provides the guidance and code samples you need.
The Chargebee MCP server connects your AI-powered development environment to Chargebee's knowledge base and code generation capabilities. It works with any MCP-compatible client including Cursor, Windsurf, VS Code, Claude Desktop, and Cline.
The simplest way to run the Chargebee MCP server is using Node.js npx:
npx -y @chargebee/mcp@latest
Cursor Settings
> MCP
+ Add new Global MCP Server
.cursor/mcp.json
fileSettings
> Advanced Settings
Install 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"]}'
Add the Chargebee configuration to your claude_desktop_config.json
file
Manually add the Chargebee configuration to your cline_mcp_settings.json
file via the Cline MCP Server settings
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
Once installed, you can:
The MCP server will automatically provide relevant context to your AI assistant, enhancing its ability to provide accurate and helpful responses about Chargebee.