Dumpling-AI/mcp-server-dumplingai
by Various
MCP (Model Context Protocol) server for Dumpling AI
MCP
Dumpling-AI/mcp-server-dumplingai
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that provides a standardized interface to Dumpling AI. It allows MCP-compatible clients to interact with Dumpling AI's capabilities through a simple JavaScript server.
Best for
Best for
Developers who need an MCP-compatible gateway to Dumpling AI services.
Use cases
- Connecting Dumpling AI to MCP-enabled IDEs or assistants
- Building custom AI workflows that use Dumpling AI via the MCP protocol
- Integrating Dumpling AI into agentic pipelines that support MCP
How to use
Install
env DUMPLING_API_KEY=your_api_key npx -y mcp-server-dumplingai Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "dumplingai": {\n "command": "npx",\n "args": ["-y", "mcp-server-dumplingai"],\n "env": {\n "DUMPLING_API_KEY": "<your-api-key>"\n }\n }\n }\n} Notes
A Model Context Protocol (MCP) server that provides a standardized interface to Dumpling AI. It allows MCP-compatible clients to interact with Dumpling AI’s capabilities through a simple JavaScript server.
30 stars on GitHub. Last updated 2025-07-10. Licensed MIT.
Use cases
- Connecting Dumpling AI to MCP-enabled IDEs or assistants
- Building custom AI workflows that use Dumpling AI via the MCP protocol
- Integrating Dumpling AI into agentic pipelines that support MCP
Pros
- Straightforward JavaScript implementation, easy to understand
- Follows the MCP standard for interoperability with various clients
- Lightweight and focused solely on the MCP-to-Dumpling-AI bridge
Cons
- Low community engagement with only 30 GitHub stars
- Limited documentation and examples beyond the basic README
- Depends on Dumpling AI’s availability and API compatibility
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Straightforward JavaScript implementation, easy to understand
- Follows the MCP standard for interoperability with various clients
- Lightweight and focused solely on the MCP-to-Dumpling-AI bridge
Cons
- Low community engagement with only 30 GitHub stars
- Limited documentation and examples beyond the basic README
- Depends on Dumpling AI's availability and API compatibility
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.