Loading...
npx -y @smithery/cli install @Dumpling-AI/mcp-server-dumplingai --client claude{
"mcpServers": {
"dumplingai": {
"command": "npx",
"args": ["-y", "mcp-server-dumplingai"],
"env": {
"DUMPLING_API_KEY": "<your-api-key>"
}
}
}
}get-youtube-transcriptExtracts transcripts from YouTube videos.
Read-only operation; no modification of data.
searchPerforms Google web searches and optionally scrapes content from results.
Primarily read-only, scraping is limited by parameters.
get-autocompleteRetrieves Google search autocomplete suggestions.
Read-only operation; no modification of data.
search-mapsSearches Google Maps for locations and businesses.
Read-only operation; no modification of data.
search-placesSearches for places with detailed information.
Read-only operation; no modification of data.
search-newsSearches for news articles.
Read-only operation; no modification of data.
get-google-reviewsRetrieves Google reviews for businesses or places.
Read-only operation; no modification of data.
scrapeExtracts content from a web page.
Read-only operation; no modification of data.
crawlRecursively crawls websites and extracts content.
Automated scraping could strain target servers.
screenshotCaptures screenshots of web pages.
Read-only operation; no modification of data.
extractExtracts structured data from web pages using AI.
Read-only operation; no modification of data.
doc-to-textConverts documents to plaintext.
Read-only operation; no modification of data.
convert-to-pdfConverts various file formats to PDF.
Read-only operation; no modification of data.
merge-pdfsCombines multiple PDFs into a single document.
Read-only operation; no modification of data.
trim-videoExtracts a specific clip from a video.
Read-only operation; no modification of data.
extract-documentExtracts specific content from documents.
Read-only operation; no modification of data.
extract-imageExtracts text and information from images.
Read-only operation; no modification of data.
extract-audioTranscribes and extracts information from audio files.
Read-only operation; no modification of data.
extract-videoExtracts content from videos.
Read-only operation; no modification of data.
read-pdf-metadataExtracts metadata from PDF files.
Read-only operation; no modification of data.
write-pdf-metadataUpdates metadata in PDF files.
Modifies PDF metadata.
generate-agent-completionGenerates AI agent completions.
Primarily read-only, depends on the agent's capabilities.
search-knowledge-baseSearches a knowledge base for relevant information.
Read-only operation; no modification of data.
add-to-knowledge-baseAdds entries to a knowledge base.
Modifies the knowledge base by adding entries.
generate-ai-imageGenerates images using AI models.
Read-only operation; no modification of data.
generate-imageGenerates images using various AI providers.
Read-only operation; no modification of data.
run-js-codeExecutes JavaScript code.
Arbitrary code execution, potential for malicious activity.
run-python-codeExecutes Python code.
Arbitrary code execution, potential for malicious activity.
This server offers a wide range of tools, some of which have significant potential for misuse. While API key authentication and input validation provide some security, the write capabilities and code execution tools necessitate careful monitoring and usage policies. It is safer when used for read-only operations and riskier when executing code or modifying external resources.