MCP.so
Sign In

Dumpling AI MCP Server

@Dumpling-AI

About Dumpling AI MCP Server

MCP (Model Context Protocol) server for Dumpling AI

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

Dumpling-AI

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-dumplingai": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@Dumpling-AI/mcp-server-dumplingai",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Dumpling AI MCP Server?

A Model Context Protocol (MCP) server that integrates Dumpling AI’s API for data scraping, content processing, knowledge management, AI agents, and code execution. It provides over 25 tools for tasks like web scraping, document conversion, AI completions, and running JavaScript or Python code.

How to use Dumpling AI MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install @Dumpling-AI/mcp-server-dumplingai --client claude) or run with npx (env DUMPLING_API_KEY=your_api_key npx -y mcp-server-dumplingai). You must set the DUMPLING_API_KEY environment variable. For Cursor, add the server in Settings > Features > MCP Servers with the provided JSON config.

Key features of Dumpling AI MCP Server

  • Complete integration with all Dumpling AI API endpoints
  • Tools for YouTube transcripts, web search, maps, places, news, and reviews
  • Web scraping, crawling, screenshots, and structured data extraction
  • Document conversion: text extraction, PDF operations, video processing
  • AI capabilities: agent completions, knowledge base search/add, image generation
  • Secure execution of JavaScript and Python code with dependencies

Use cases of Dumpling AI MCP Server

  • Scrape and crawl websites for data collection or analysis
  • Extract text and metadata from documents, images, audio, and video
  • Generate AI images or agent completions for content creation
  • Search and update knowledge bases for information retrieval
  • Automate code execution for data processing or prototyping

FAQ from Dumpling AI MCP Server

What environment variable is required?

You must set DUMPLING_API_KEY to your Dumpling AI API key.

How do I install the server via Smithery?

Run npx -y @smithery/cli install @Dumpling-AI/mcp-server-dumplingai --client claude in your terminal.

How do I run the server with npx?

Execute env DUMPLING_API_KEY=your_api_key npx -y mcp-server-dumplingai.

Can I use Dumpling AI MCP Server with Cursor?

Yes. In Cursor 0.45.6+, go to Settings > Features > MCP Servers, add a new server with the command npx -y mcp-server-dumplingai and set the DUMPLING_API_KEY environment variable.

What kind of error handling does the server provide?

It returns detailed error messages with HTTP status codes, validates API keys and inputs using Zod schemas, and handles network errors descriptively.

Comments

More Other MCP servers