Dumpling AI

v1.0.0Search & Data Extractionstable

Integrates with Dumpling AI to provide data scraping, content processing, knowledge management, and code execution capabilities through tools for web interactions, document handling, and AI services.

dumpling-ai-mcp-servermcpai-integration
Share:
30
Stars
0
Downloads
0
Weekly
0/5

What is Dumpling AI?

Dumpling AI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to integrates with dumpling ai to provide data scraping, content processing, knowledge management, and code execution capabilities through tools for web interactions, document handling, and ai services.

Integrates with Dumpling AI to provide data scraping, content processing, knowledge management, and code execution capabilities through tools for web interactions, document handling, and AI services.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Integrates with Dumpling AI to provide data scraping, conten

Use Cases

Scrape web data and process content through Dumpling AI integration.
Execute code and manage knowledge with AI service integration.
Handle document processing and web interaction automation.
DumplingAI

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedApr 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dumpling-ai-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Dumpling AI

The Dumpling AI MCP Server brings 28 data and automation tools to your AI assistant by integrating with the Dumpling AI platform. It supports web scraping, site crawling, screenshot capture, YouTube transcript extraction, Google search and maps data, document processing, code execution in sandboxed environments, and AI knowledge base management. Developers and researchers can chain these capabilities together to build sophisticated data pipelines and content workflows entirely through natural language.

Prerequisites

  • Node.js 18 or higher installed
  • A Dumpling AI account with an active API key (DUMPLING_API_KEY)
  • An MCP-compatible client such as Claude Desktop or Cursor
1

Obtain your Dumpling AI API key

Sign up at dumplingai.com, navigate to your account settings, and copy your API key. This key is required for all 28 tools the server exposes.

2

Test the server with npx

Run the server directly with npx to verify it launches correctly before adding it to your MCP client config.

env DUMPLING_API_KEY=your_api_key npx -y mcp-server-dumplingai
3

Add the server to Claude Desktop

Edit your Claude Desktop configuration file to register the Dumpling AI MCP server with your API key.

{
  "mcpServers": {
    "dumplingai": {
      "command": "npx",
      "args": ["-y", "mcp-server-dumplingai"],
      "env": {
        "DUMPLING_API_KEY": "your_api_key"
      }
    }
  }
}
4

Restart Claude Desktop

Fully quit and relaunch Claude Desktop so it picks up the new server configuration. The Dumpling AI tools should appear in the tool list.

5

Verify tools are available

Ask Claude to list available Dumpling AI tools or make a simple web search request to confirm the integration is working.

Dumpling AI Examples

Client configuration

Claude Desktop configuration block for the Dumpling AI MCP server.

{
  "mcpServers": {
    "dumplingai": {
      "command": "npx",
      "args": ["-y", "mcp-server-dumplingai"],
      "env": {
        "DUMPLING_API_KEY": "your_dumpling_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts covering the server's scraping, document, code execution, and AI features.

- "Scrape the product listings from https://example.com/products and extract the name, price, and description for each"
- "Get the transcript of this YouTube video: https://youtube.com/watch?v=example"
- "Search Google for 'best MCP servers 2025' and summarize the top 5 results"
- "Take a screenshot of https://news.ycombinator.com and describe what you see"
- "Run this Python code in a secure sandbox and return the output: print([x**2 for x in range(10)])"

Troubleshooting Dumpling AI

All tool calls return an authentication error

Double-check that DUMPLING_API_KEY is set correctly in the env block of your MCP config. The key must match the one shown in your Dumpling AI account dashboard, with no extra whitespace.

Web scraping returns empty content for JavaScript-heavy pages

Use the 'crawl' tool rather than 'scrape' for dynamic pages — it waits for JavaScript to execute before extracting content. If the page still returns empty, try the 'screenshot' tool to see what the browser is actually rendering.

npx command not found or takes very long to start

Ensure Node.js 18+ is installed and npx is on your PATH. On the first run, npx will download the package which may take 30-60 seconds. Subsequent starts will be faster as the package is cached.

Frequently Asked Questions about Dumpling AI

What is Dumpling AI?

Dumpling AI is a Model Context Protocol (MCP) server that integrates with dumpling ai to provide data scraping, content processing, knowledge management, and code execution capabilities through tools for web interactions, document handling, and ai services. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Dumpling AI?

Follow the installation instructions on the Dumpling AI GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Dumpling AI?

Dumpling AI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Dumpling AI free to use?

Yes, Dumpling AI is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "dumpling-ai-mcp-server": { "command": "npx", "args": ["-y", "dumpling-ai-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Dumpling AI?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides