MCP Server for Paddle Billing
@MCP-Mirror
About MCP Server for Paddle Billing
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"paddle": {
"command": "npx",
"args": [
"-y",
"@paddle/paddle-mcp",
"--api-key=PADDLE_API_KEY",
"--environment=(sandbox|production)"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Paddle Billing?
MCP Server for Paddle Billing is a Model Context Protocol server that provides tools for interacting with the Paddle Billing API. It is designed for developers using Paddle Billing, the developer-first merchant of record, and does not support Paddle Classic.
How to use MCP Server for Paddle Billing?
Obtain a Paddle Billing API key from the Paddle dashboard (sandbox or live). Run the server using npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production). For client integration, add the server configuration to your MCP config file (e.g., for Claude Desktop, Cursor, or Windsurf).
Key features of MCP Server for Paddle Billing
- 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
Use cases of MCP Server for Paddle Billing
- Automating product and price management via AI assistants
- Retrieving customer, transaction, and subscription data from Paddle Billing
- Generating custom financial reports programmatically
- Integrating Paddle Billing operations into AI-powered workflows
FAQ from MCP Server for Paddle Billing
Does this server work with Paddle Classic?
No. This MCP server works only with Paddle Billing. For Paddle Classic, use the Paddle Classic API reference.
What are the runtime requirements?
The server requires Node.js to run via npx and a valid Paddle Billing API key. You must also specify the environment (sandbox or production).
How do I get an API key?
Create and manage API keys in Paddle under Developer tools > Authentication. Use the sandbox URL for testing or the live URL for production.
Which MCP clients are supported?
The server can be used with clients like Claude Desktop, Cursor, and Windsurf by adding the server configuration to the client’s MCP config file.
What tools does the server provide?
It provides tools to list/create products, list/create prices, list customers, list transactions, list subscriptions, and create custom reports for financial analysis.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments