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.

コメント

「その他」の他のコンテンツ