PaddleHQ_paddle-mcp-server

PaddleHQ_paddle-mcp-server

3.3

This is a Model Context Protocol (MCP) server for interacting with the Paddle Billing API.

The MCP Server for Paddle Billing is designed to facilitate seamless interaction with the Paddle API, providing developers with a unified interface to manage payments, taxes, subscriptions, and metrics. This server is specifically tailored for Paddle Billing and does not support Paddle Classic. It offers a range of features that allow users to list and create products, manage prices, handle customer data, and generate custom financial reports. The server requires an API key for authentication, which can be managed through Paddle's developer tools. It can be run in different environments, such as sandbox or production, and is compatible with various client platforms like Claude Desktop, Cursor, and Windsurf. The server also supports development and debugging processes, providing tools for building, running, and inspecting MCP requests and responses.

Features

  • List products in your Paddle catalog
  • Create new products
  • List prices for products
  • Create new prices for products
  • Create custom reports for financial analysis

Usage with Different Platforms

Paddle MCP Server

bash
npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production)

Claude Desktop


{
  "mcpServers": {
    "paddle": {
      "command": "npx",
      "args": ["-y", "@paddle/paddle-mcp", "--api-key=PADDLE_API_KEY", "--environment=(sandbox|production)"]
    }
  }
}

Development

bash
pnpm install
pnpm build

Debugging

bash
pnpm inspector

Related MCP Servers

View all finance servers →