Chargebee AgentKit enhances AI applications like Claude and Cursor with Chargebee billing and subscription management capabilities, enabling seamless integration of billing workflows into AI agents.
The Chargebee MCP Server provides a powerful set of tools to enhance developer productivity by integrating with AI-powered code editors and general-purpose tools.
{
"mcpServers": {
"chargebee": {
"command": "node",
"args": [
"/path/to/chargebee-mcp-server/index.js"
],
"env": {
"CHARGEBEE_API_KEY": "your_api_key_here",
"CHARGEBEE_SITE": "your_site_name"
}
}
}
}