McpMux
Back to Registry

Paddle (npx) MCP Server

Community

Contributed by Paddle

Interact with the Paddle Billing API to manage products, prices, customers, subscriptions, transactions, and reporting. Runs locally via npx.

About the Paddle (npx) MCP Server

The Paddle (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with the Paddle Billing API to manage products, prices, customers, subscriptions, transactions, and reporting. Runs locally via npx. This is a community-contributed MCP server by Paddle.

Install the Paddle (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@paddle/paddle-mcp",
    "--api-key=${input:PADDLE_API_KEY}",
    "--environment=${input:PADDLE_ENVIRONMENT}"
  ],
  "metadata": {
    "inputs": [
      {
        "id": "PADDLE_API_KEY",
        "label": "Paddle API Key",
        "description": "Paddle Billing API key used to authenticate requests. Create one from your Paddle dashboard under Developer tools > Authentication. Use a sandbox key for the sandbox environment and a live key for production.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "pdl_live_****************************",
        "obtain": {
          "url": "https://vendors.paddle.com/authentication-v2",
          "instructions": "1. Sign in to your Paddle dashboard\n2. Go to Developer tools > Authentication\n3. Click 'New API key' (or use an existing key)\n4. Copy the generated API key\n\nLive keys: https://vendors.paddle.com/authentication-v2\nSandbox keys: https://sandbox-vendors.paddle.com/authentication-v2",
          "button_label": "Create API Key"
        }
      },
      {
        "id": "PADDLE_ENVIRONMENT",
        "label": "Paddle Environment",
        "description": "Which Paddle environment to target. Must match the type of API key you provide.",
        "type": "select",
        "required": true,
        "default": "production",
        "options": [
          {
            "value": "production",
            "label": "Production",
            "description": "Live Paddle environment (real billing)"
          },
          {
            "value": "sandbox",
            "label": "Sandbox",
            "description": "Paddle sandbox environment for testing"
          }
        ]
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

paddlebillingpaymentssubscriptionssaascommerce

Supported AI Clients

The Paddle (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Paddle (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.