Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Chargebee MCP Server provides tools for integrating Chargebee's products and API services with AI-powered code editors and general-purpose tools via the Model Context Protocol.
Add this to your MCP client configuration:
{
"mcpServers": {
"chargebee-agentkit": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}{
"id": "chargebee-agentkit",
"name": "Chargebee Agentkit",
"description": "The Chargebee MCP Server provides tools for integrating Chargebee's products and API services with AI-powered code editors and general-purpose tools via the Model Context Protocol.",
"source_url": "https://github.com/chargebee/agentkit/tree/HEAD/modelcontextprotocol",
"publisher_name": "chargebee",
"publisher_url": "https://github.com/chargebee",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 20380,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@chargebee/mcp"
},
"tools_count": 2
}