Dodo Knowledge MCP

This MCP server is available at:

https://knowledge.dodopayments.com/mcp

Cursor

  1. Edit your Cursor MCP configuration file at ~/.cursor/mcp.json
  2. Add the following configuration:
{
  "mcpServers": {
    "dodo-knowledge-mcp": {
      "url": "https://knowledge.dodopayments.com/mcp"
    }
  }
}

Windsurf

  1. Edit your Windsurf configuration file at ~/.codeium/windsurf/mcp_config.json
  2. Add the following configuration:
{
  "mcpServers": {
    "dodo-knowledge-mcp": {
      "serverUrl": "https://knowledge.dodopayments.com/mcp"
    }
  }
}

Claude Desktop

Claude Desktop requires using the mcp-remote package:

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

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:


© 2025 DodoPayments. All rights reserved.