Back to MCP Servers
Agentkit
MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/).
finance-fintechaiagent
By chargebee
Installation
npx -y agentkitConfiguration
{
"mcpServers": {
"agentkit": {
"command": "npx",
"args": ["-y", "agentkit"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes