Dumpling AI MCP Server is a Model Context Protocol implementation that integrates with Dumpling AI for data scraping, content processing, knowledge management, AI agents, and secure code execution capabilities.
Extract transcripts from YouTube videos with optional timestamps.
Perform Google web searches and optionally scrape content from results.
Get Google search autocomplete suggestions for a query.
Search Google Maps for locations and businesses.
Search for places with more detailed information.
Search for news articles with customizable parameters.
Retrieve Google reviews for businesses or places.
Extract content from a web page with formatting options.
Recursively crawl websites and extract content with customizable parameters.
Capture screenshots of web pages with customizable viewport and format options.
Extract structured data from web pages using AI-powered instructions.
Convert documents to plaintext with optional OCR.
Convert various file formats to PDF.
Combine multiple PDFs into a single document.
Extract a specific clip from a video.
Extract specific content from documents in various formats.
Extract text and information from images.
Transcribe and extract information from audio files.
Extract content from videos including transcripts, scenes, and objects.
Extract metadata from PDF files.
Update metadata in PDF files.
Get AI agent completions with optional tool definitions.
Search a knowledge base for relevant information.
Add entries to a knowledge base.
Generate images using AI models.
Generate images using various AI providers.
Execute JavaScript code with optional dependencies.
Execute Python code with optional dependencies.
{
"mcpServers": {
"dumplingai": {
"command": "npx",
"args": ["-y", "mcp-server-dumplingai"],
"env": {
"DUMPLING_API_KEY": "<your-api-key>"
}
}
}
}