DodoPayments MCP Server
Connect your AI workflows to payment APIs and systems with DodoPayments MCP Server for reliable, secure, and automated financial operations.

What does “DodoPayments” MCP Server do?
The DodoPayments MCP (Model Context Protocol) Server is designed to facilitate enhanced interactions between AI assistants and external payment-related systems. By acting as an intermediary, it allows AI-driven workflows to access, query, and manage payment data and integrate with relevant APIs or data sources. This enables developers to automate tasks such as payment processing, status checks, and transaction management directly within their AI-assisted development environments. The DodoPayments MCP Server improves efficiency by enabling seamless database queries, API calls, and file management related to payment operations, thereby streamlining and standardizing financial workflows for developers and business applications.
List of Prompts
No prompt templates were mentioned or found in the repository.
List of Resources
No explicit MCP resources were documented or found in the repository.
List of Tools
No tool definitions or tool implementations (such as query_database, read_write_file, call_api, etc.) were found in the available files or documentation for the DodoPayments MCP Server.
Use Cases of this MCP Server
No explicit use case descriptions were found in the repository files or documentation.
How to set it up
Windsurf
- Ensure Node.js is installed on your system.
- Locate the Windsurf configuration file (usually
windsurf.config.json
). - Add the DodoPayments MCP Server to the
mcpServers
section, using the following JSON snippet:{ "dodo-payments": { "command": "npx", "args": ["@dodopayments/mcp-server@latest"] } }
- Save the configuration file and restart Windsurf.
- Verify the setup by checking the MCP server status in the Windsurf interface.
Claude
- Install Node.js if not already installed.
- Open the Claude configuration file (
claude.config.json
). - Insert the following MCP server configuration:
{ "dodo-payments": { "command": "npx", "args": ["@dodopayments/mcp-server@latest"] } }
- Save the file and restart Claude.
- Confirm the MCP server is running as expected.
Cursor
- Make sure Node.js is available on your system.
- Locate and open the Cursor configuration file (
cursor.json
or similar). - Add the following entry to the
mcpServers
object:{ "dodo-payments": { "command": "npx", "args": ["@dodopayments/mcp-server@latest"] } }
- Save your changes and restart Cursor.
- Verify integration in the Cursor UI.
Cline
- Install Node.js if necessary.
- Open the Cline configuration file.
- Add the DodoPayments MCP Server with:
{ "dodo-payments": { "command": "npx", "args": ["@dodopayments/mcp-server@latest"] } }
- Save and restart Cline.
- Check that the MCP server is active.
Securing API Keys
To secure your API keys, use environment variables within your configuration. Example:
{
"dodo-payments": {
"command": "npx",
"args": ["@dodopayments/mcp-server@latest"],
"env": {
"DODO_API_KEY": "${DODO_API_KEY}"
},
"inputs": {
"api_key": "${DODO_API_KEY}"
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"dodo-payments": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “dodo-payments” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | |
List of Resources | ⛔ | |
List of Tools | ⛔ | |
Securing API Keys | ✅ | |
Sampling Support (less important in evaluation) | ⛔ |
Based on the data available, the DodoPayments MCP Server repository provides basic setup instructions but lacks documentation on prompts, resources, tools, and additional advanced MCP features. Therefore, it currently scores as a basic integration point rather than a feature-complete MCP server.
Our opinion
The DodoPayments MCP Server has the foundational elements for integration but lacks documentation and implementation details for several MCP primitives. Due to missing features and documentation, we rate this MCP server a 3 out of 10 for developer utility and completeness.
MCP Score
Has a LICENSE | ⛔ |
---|---|
Has at least one tool | ⛔ |
Number of Forks | |
Number of Stars |
Frequently asked questions
- What does the DodoPayments MCP Server do?
DodoPayments MCP Server acts as an intermediary, enabling AI assistants to access, query, and manage payment-related data via external APIs and systems. This allows automation of payment processing, status checks, and transaction management within AI workflows.
- How do I set up the DodoPayments MCP Server?
Setup involves installing Node.js, modifying your development tool's configuration file to add the DodoPayments server, and restarting your tool. Refer to the specific instructions for Windsurf, Claude, Cursor, or Cline to integrate DodoPayments MCP.
- How do I secure my API keys?
Use environment variables to store sensitive API keys. In your MCP server configuration, refer to the 'env' and 'inputs' sections to ensure your API keys remain secure and are not hardcoded.
- Does the DodoPayments MCP Server provide prompt templates or tool implementations?
No documented prompt templates or tool implementations are available for DodoPayments MCP Server as of now. The current focus is on providing a foundational integration point for payment-related workflows.
- What is the current developer utility score for DodoPayments MCP?
Based on available documentation and features, DodoPayments MCP Server receives a score of 3 out of 10 for developer utility and completeness, due to missing advanced MCP primitives, prompts, and resources.
Integrate DodoPayments MCP Server
Automate and streamline your payment operations by connecting your AI agents to payment APIs with DodoPayments MCP Server. Start integrating today for enhanced workflow efficiency.