McpMux
Back to Registry

Mollie MCP Server

Community

Contributed by Mollie

Manage Mollie payments, payment links, customers, subscriptions, settlements, invoices, and more through Mollie's official hosted MCP endpoint. Acts as a proxy for the Mollie public API.

About the Mollie MCP Server

The Mollie MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Manage Mollie payments, payment links, customers, subscriptions, settlements, invoices, and more through Mollie's official hosted MCP endpoint. Acts as a proxy for the Mollie public API. This is a community-contributed MCP server by Mollie.

Install the Mollie 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": "http",
  "url": "https://mcp.mollie.com/mcp",
  "headers": {
    "Authorization": "Bearer ${input:MOLLIE_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MOLLIE_ACCESS_TOKEN",
        "label": "Mollie Access Token",
        "description": "A Mollie Advanced (Organization) access token. Requires the profile.read scope (mandatory); add scopes for the APIs you want to enable (Payments, Payment Links, Customers, Mandates, Subscriptions, Settlements, Invoices, Balances, Captures, Methods, Terminals, Webhooks, Webhook Events). Sent as 'Authorization: Bearer <token>'.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "************************************",
        "obtain": {
          "url": "https://my.mollie.com/dashboard/developers/api-keys",
          "instructions": "1. Sign in to the Mollie dashboard\n2. Generate an Advanced (Organization) access token via the dashboard or the OAuth flow\n3. Assign the required profile.read scope plus any optional API scopes you need\n4. Copy the token",
          "button_label": "Open Mollie Dashboard"
        }
      }
    ]
  }
}
Details
TransportRemote (HTTP)
Hostingremote
AuthAPI Key
Capabilities
Tools

Categories

Tags

molliepaymentsfintechbillingsubscriptions

Supported AI Clients

The Mollie MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Mollie 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.