Interact with the Paddle Billing API to manage products, prices, customers, transactions, and subscriptions.
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
To use the MCP server, you'll need an API key. You can create and manage API keys in Paddle > Developer tools > Authentication:
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)"]
}
}
}
Replace PADDLE_API_KEY
with your API key, and pass the correct value as environment
.
For detailed setup guides, see:
Install dependencies:
pnpm install
Build the server:
pnpm build
Update 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"
}
}
}
}
To debug the MCP server, you can use the MCP Inspector tool:
Run the server with the inspector:
pnpm inspector
Open the provided URL in your browser to view and debug the MCP requests and responses.
Include the --api-key
and --environment
arguments.
Interact with Stripe API
Access weather station data, observations, and forecasts using the WeatherXM PRO API.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.
MCP Server for LinkedIn Ads, powered by the CData JDBC Driver. Requires a separate license and configuration.
A server for Kubernetes CLI tools like kubectl, istioctl, helm, and argocd, supporting multi-cluster management via dynamic kubeconfig.
Retrieve logs from the Mezmo observability platform.
An MCP server implementation for interacting with Azure Health Data Services FHIR.
Retrieve data from the National Park Service (NPS) API.
Integrates with Google Play Store command-line tools, enabling AI assistants to manage apps via the Play Console API.