mcp-web-search
MCP Web Search
Ein Model Context Protocol (MCP)-Server für Websuche mit DuckDuckGo. Kein API-Schlüssel erforderlich.
Funktionen
Websuche - Durchsucht das Web über die statische HTML-Oberfläche von DuckDuckGo.
Inhaltsextraktion - Ruft lesbaren Inhalt von jeder Webseite ab und extrahiert ihn mit Mozillas Readability.
Null Konfiguration - Keine API-Schlüssel, keine Anmeldung, funktioniert sofort.
Leichtgewichtig - Verwendet das native
fetchvon Node.js, keine schwere Browser-Automatisierung.
Related MCP server: Web Scout MCP Server
Werkzeuge
Tool | Beschreibung |
| Durchsucht das Web mit DuckDuckGo. Gibt Titel, URL und Ausschnitt für jedes Ergebnis zurück. |
| Extrahiert den Haupttextinhalt von einer Webseiten-URL. Entfernt Werbung, Navigation und Rauschen. |
Verwendung
Lokale Installation
git clone https://github.com/doranobik/mcp-web-search.git
cd mcp-web-search
npm install
npm run build
node dist/index.jsHinweis: Dieses Paket ist nicht auf npm veröffentlicht. Der Name
mcp-web-searchauf npm gehört zu einem nicht verwandten Projekt. Installieren Sie es daher aus diesem Repository.
Docker
docker build -t mcp-web-search .
docker run -i mcp-web-searchMCP-Client-Konfiguration
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/mcp-web-search/dist/index.js"]
}
}
}LM Studio (mcp.json):
{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/mcp-web-search/dist/index.js"]
}
}
}Tool-Parameter
webSearch
Parameter | Typ | Erforderlich | Standard | Beschreibung |
| string | Ja | - | Suchanfrage |
| number | Nein | 10 | Maximale Ergebnisse (1-20) |
| string | Nein | - | Regioncode (z. B. |
fetchWebContent
Parameter | Typ | Erforderlich | Standard | Beschreibung |
| string | Ja | - | Abzurufende URL |
| number | Nein | 5000 | Maximale Anzahl zurückzugebender Zeichen (100-200000) |
Haftungsausschluss
Dieser Server durchsucht das Web, indem er DuckDuckGos HTML-Oberfläche parst, nicht eine offizielle API. Er kann brechen, wenn DuckDuckGo sein Markup ändert, und intensive automatisierte Nutzung kann gegen die Nutzungsbedingungen von DuckDuckGo verstoßen oder zu Rate-Limiting führen. Verwenden Sie ihn verantwortungsbewusst und auf eigenes Risiko.
Lizenz
MIT – siehe LICENSE für Details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.
- AlicenseBqualityAmaintenanceEnables privacy-focused web searches using DuckDuckGo and extraction of clean, readable content from web pages with support for parallel processing of multiple URLs.282132Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables web search and content fetching via DuckDuckGo without requiring an API key.843MIT
- AlicenseNot gradedqualityCmaintenanceEnables web search using Bing and DuckDuckGo combined, and fetching readable content from web pages, with no API key required.91MIT
Related MCP Connectors
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doranobik/mcp-web-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server