MCP Server for Paddle Billing
Paddle Billing is the developer-first merchant of record. We take care of payments, tax, subscriptions, and metrics with one unified API that does it all.
This is a Model Context Protocol (MCP) server that provides tools for interacting with the Paddle API.
Important: This MCP server works with Paddle Billing. It does not support Paddle Classic. To work with Paddle Classic, see: Paddle Classic API reference
Features
- List products in your Paddle catalog
- Create new products
- List prices for products
- Create new prices for products
- List customers
- List transactions
- List subscriptions
- Create custom reports for financial analysis
Installation
To use the MCP server, you’ll need an API key. You can create and manage API keys in Paddle > Developer tools > Authentication:
- Sandbox: https://sandbox-vendors.paddle.com/authentication-v2
- Live: https://vendors.paddle.com/authentication-v2
You can run the Paddle MCP server using npx with the following command:
npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production)
Replace PADDLE_API_KEY with your API key, and pass the correct value as environment.
To run the server in a client like Claude Desktop, Cursor or Windsurf, add the following to your MCP config:
{
"mcpServers": {
"paddle": {
"command": "npx",
"args": ["-y", "@paddle/paddle-mcp", "--api-key=PADDLE_API_KEY", "--environment=(sandbox|production)"]
}
}
}
For detailed setup guides, see:
- Claude Desktop
- Cursor
- Windsurf
Development
Install dependencies:
pnpm installBuild the server:
pnpm buildUpdate client to use the local build:
{ "mcpServers": { "paddle": { "command": "node", "args": ["path/to/paddle-mcp-server/build/index.js"], "env": { "PADDLE_API_KEY": "your_api_key", "PADDLE_ENVIRONMENT": "sandbox" } } } }
Debugging
To debug the MCP server, you can use the MCP Inspector tool:
Run the server with the inspector:
pnpm inspectorOpen the provided URL in your browser to view and debug the MCP requests and responses.
Include the
--api-keyand--environmentarguments.
Learn more
- Paddle developer docs
- Paddle API reference
- Sign up for Paddle Billing
Paddle MCP Server
Project Details
- PaddleHQ/paddle-mcp-server
- @paddle/paddle-mcp
- Apache License 2.0
- Last Updated: 4/22/2025
Recomended MCP Servers
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
MCP Server for running Bruno Collections
A Model Context Protocol server for the Codex API
A Model Context Protocol (MCP) server that provides Trivy security scanning capabilities through a standardized interface.
Playwright MCP fork that works with Cloudflare Browser Rendering
MCP server for Nile Database - Manage and query databases, tenants, users, auth using LLMs
Command line interface for MCP clients with secure execution and customizable security policies
Global Notion workspace-accessible MCP server for all Notion pages within the workspace
一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。
HTTP-4-MCP configuration tool allows you to easily convert HTTP API to MCP tool without writing code. With simple...





