Back to MCP Catalog

Chargebee Integration MCP Server

Finance & FintechTypeScript
Access Chargebee's knowledge base and generate integration code
Available Tools

chargebee_documentation_search

Search Chargebee's documentation to retrieve detailed information and usage guides.

chargebee_code_planner

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.

Overview

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.

Installation

The simplest way to run the Chargebee MCP server is using Node.js npx:

npx -y @chargebee/mcp@latest

Prerequisites

  • Node.js LTS version is required to run the Chargebee MCP server

Client-Specific Setup

Cursor

  1. Navigate to Cursor Settings > MCP
  2. Click + Add new Global MCP Server
  3. Add the Chargebee configuration to your global .cursor/mcp.json file

Windsurf

  1. Open Windsurf and go to Settings > Advanced Settings
  2. Scroll to the Cascade section to add a new server
  3. Click "Add custom server +" to include the Chargebee MCP server

VS Code

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"]}'

Claude Desktop

Add the Chargebee configuration to your claude_desktop_config.json file

Cline

Manually add the Chargebee configuration to your cline_mcp_settings.json file via the Cline MCP Server settings

Roo Code

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

Usage

Once installed, you can:

  1. Ask questions about Chargebee products and API services
  2. Request code snippets for specific integration scenarios
  3. Search Chargebee's documentation for detailed information
  4. Generate structured code outlines for Chargebee API integration

The MCP server will automatically provide relevant context to your AI assistant, enhancing its ability to provide accurate and helpful responses about Chargebee.

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.