# Dumpling AI MCP Server

Integrate powerful data scraping, content processing, and AI capabilities into your applications. Leverage a wide range of tools for document conversion, web scraping, and knowledge management to enh…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Dumpling-AI/mcp-server-dumplingai

# Browse available tools
npx -y @smithery/cli@latest tool list Dumpling-AI/mcp-server-dumplingai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Dumpling-AI/mcp-server-dumplingai get-youtube-transcript

# Call a tool
npx -y @smithery/cli@latest tool call Dumpling-AI/mcp-server-dumplingai get-youtube-transcript '{}'
```

## Tools (27)

- `get-youtube-transcript` — Extract transcripts from YouTube videos with optional parameters for timestamps and language preferences.
- `search` — Perform Google web searches with customizable parameters.
- `get-autocomplete` — Retrieve Google autocomplete suggestions for a query.
- `search-maps` — Search Google Maps for locations and businesses.
- `search-places` — Search for places with detailed business information.
- `search-news` — Search for news articles across multiple sources.
- `get-google-reviews` — Retrieve Google reviews for businesses or places.
- `scrape` — Extract and parse content from any web page.
- `crawl` — Recursively crawl websites and extract content.
- `extract` — Extract structured data from web pages using AI-powered instructions.
- `screenshot` — Capture screenshots of web pages with customizable settings.
- `doc-to-text` — Convert various document formats to plain text.
- `convert-to-pdf` — Convert various file formats to PDF.
- `merge-pdfs` — Combine multiple PDF files into a single document.
- `trim-video` — Trim videos to a specific duration.
- `extract-document` — Extract structured data from documents based on a prompt.
- `extract-image` — Extract structured data from images based on a prompt.
- `extract-audio` — Extract structured data from audio files based on a prompt.
- `extract-video` — Extract structured data from videos based on a prompt.
- `read-pdf-metadata` — Extract metadata from PDF files.
- `write-pdf-metadata` — Write metadata to PDF files.
- `generate-agent-completion` — Generate AI text completions with customizable parameters.
- `search-knowledge-base` — Search a knowledge base for relevant information.
- `add-to-knowledge-base` — Add new text resources to a knowledge base.
- `generate-ai-image` — Generate AI images from text prompts.
- `run-js-code` — Execute JavaScript code in a sandbox.
- `run-python-code` — Execute Python code in a sandbox.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Dumpling-AI/mcp-server-dumplingai <tool-name>
```

---

Source: https://github.com/Dumpling-AI/mcp-server-dumplingai | License: MIT
