chargebee/mcp
MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/).
Quick Start
Clone the repository:
git clone https://github.com/chargebee/agentkit/tree/main/modelcontextprotocolClaude Desktop configuration example:
{
"mcpServers": {
"agentkit": {
"command": "npx",
"args": [
"-y",
"chargebee/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.