
duckduckgo-mcp
Ein Model Context Protocol (MCP) Server, der über DuckDuckGo eine datenschutzfokussierte Websuche, Inhaltsabrufe und -parsing bietet, mit LLM-optimierter Formatierung und Ratenbegrenzung.
Übersicht
DuckDuckGo MCP ist ein leichtgewichtiger Model Context Protocol (MCP) Server, der die DuckDuckGo-Suchmaschine in KI-Assistenten und Agenten integriert. Er ermöglicht Echtzeit-Websuchen, das Abrufen von Webseiteninhalten und intelligentes Parsing, ohne auf trackingschwere Alternativen angewiesen zu sein.
Hauptsächlich in Python entwickelt (mit verfügbaren TypeScript-Varianten), ist er für nahtlose Integration mit Tools wie Claude Desktop, Cursor, VS Code und anderen MCP-kompatiblen Umgebungen konzipiert.
Funktionen
- Web-Suche-Tool: Suchen über DuckDuckGo mit Unterstützung für erweiterte Parameter, Safe-Search und Ergebniseinschränkungen.
- Inhaltsabruf & Parsing: Abrufen und Konvertieren ganzer Webseiten in sauberes Markdown oder strukturiertes JSON, oft unter Verwendung von Readern wie Jina für LLM-freundliche Ausgaben.
- Ratenbegrenzung & Zuverlässigkeit: Eingebaute Schutzmechanismen gegen Missbrauch und Fehlerbehandlung für eine robuste Leistung.
- LLM-optimierte Formatierung: Ergebnisse werden mit Metadaten, Zusammenfassungen und sauberem Text strukturiert, ideal für große Sprachmodelle. -c- Datenschutzfokus: Nutzt die Tracking-freie Philosophie von DuckDuckGo.
- Einfache Installation: Schneller Start mit
uvx duckduckgo-mcp-serveroder Docker-Images.
Schnellstart
Tags
Related Entries
Keep exploring similar tools and resources in this category.

Agent Reach
MCP ServersAgent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.

viewmax mcp
MCP ServersViewMax MCP is a hosted Streamable HTTP MCP server for generating AI video, images, music, speech, and sound effects, with tools for model discovery, task polling, and credit checks. Official setup is documented for Claude Web/Desktop, Claude Code, Cursor, Codex, and SDK clients.
TinyFish
MCP ServersTinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.

FetchSandbox
MCP ServersFetchSandbox is a stdio MCP server and hosted API-sandbox service that lets AI coding agents import OpenAPI 3.x specifications, discover runnable workflows, and execute stateful integration tests without using production API credentials. It is designed for validating request flows, lifecycle state, webhooks, retries, and shareable run traces from MCP-compatible development tools.
Related Reads
Background, tutorials, and protocol context connected to this entry.



