MCP.so
登录

Dumpling AI MCP Server

@Dumpling-AI

关于 Dumpling AI MCP Server

MCP (Model Context Protocol) server for Dumpling AI

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

Dumpling-AI

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器