DodoPayments Remote MCP Server

This MCP server is available at:

https://mcp.dodopayments.com/sse

Claude.ai

To connect Claude Web to this MCP server:

  1. Open Claude Web
  2. Go to Settings -> Integrations
  3. Click "+ Add Integration"
  4. Add the MCP server URL: https://mcp.dodopayments.com/sse

Claude Desktop

Claude Desktop requires using the mcp-remote package to connect to remote MCP servers:

  1. Edit your Claude Desktop configuration file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the following configuration:
{
  "mcpServers": {
    "dodopayments_api": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.dodopayments.com/sse"]
    }
  }
}
  1. Restart Claude Desktop to see the MCP server connection (look for the hammer icon)

Cursor

  1. Edit your Cursor MCP configuration file at ~/.cursor/mcp.json
  2. Add the following configuration:
{
  "mcpServers": {
    "dodopayments_api": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.dodopayments.com/sse"]
    }
  }
}

Windsurf

  1. Edit your Windsurf configuration file at ~/.codeium/windsurf/mcp_config.json
  2. Add the following configuration:
{
  "mcpServers": {
    "dodopayments_api": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.dodopayments.com/sse"]
    }
  }
}

Troubleshooting

If you encounter issues connecting:

  1. Ensure you have Node.js 18 or higher installed
  2. Try clearing MCP authentication cache: rm -rf ~/.mcp-auth
  3. Restart your MCP client application
  4. Check client logs for error messages

Learn More

For more information about MCP: