Get Started
DumplingAI v2 is the recommended default for new users. Pick the path that matches how you’re connecting.Choose your path
Make.com, n8n or similar
Use your DumplingAI API key as a connection credential in any no-code or automation platform.
Building my own app
Call
/api/v2/run directly from your code. Create an API key and use Workbench to explore capabilities.Claude, Codex, Cursor or similar
Connect your AI agent through
/mcp/v2 or the DumplingAI CLI. No API key needed — sign in with OAuth.No-code automation
- Create an API key in the DumplingAI dashboard
- Paste it as a connection credential in Make.com, n8n, Zapier, or any HTTP-based automation tool
- Follow the platform-specific setup guides:
Direct API
- Create an API key in the DumplingAI dashboard
- Call
/api/v2/runwith your key:
- Use Workbench to inspect inputs, outputs, and available capabilities.
AI agents
No API key required — connect through MCP or the CLI and sign in with OAuth.MCP
Add this server URL to your AI client:| Client | Command |
|---|---|
| Claude Code | claude mcp add dumplingai --transport http https://mcp.dumplingai.com/mcp/v2 |
| Codex | codex mcp add dumplingai --url https://mcp.dumplingai.com/mcp/v2 |
| Cursor | Use Cursor’s remote MCP server option with https://mcp.dumplingai.com/mcp/v2 |
| ChatGPT | Add https://mcp.dumplingai.com/mcp/v2 as your MCP server or connector URL |
CLI
Run capabilities, search the catalog, and inspect details from your terminal:Next steps
MCP Server
Client-specific MCP setup for Claude, Codex, Cursor, ChatGPT, and more
CLI
Run capabilities and explore the catalog from your terminal
Unified API Platform
Learn the v2 capability and provider-endpoint model
API Reference
Browse the transport endpoints and request model for
/api/v2