mcp-web-search
MCP Web Search
Un servidor de Model Context Protocol (MCP) para búsqueda web mediante DuckDuckGo. No se requiere clave de API.
Características
Búsqueda web - Busca en la web a través de la interfaz HTML estática de DuckDuckGo
Extracción de contenido — Obtiene y extrae el contenido legible de cualquier página web usando Readability de Mozilla
Configuración cero — Sin claves de API, sin registro, funciona directamente
Ligero — Utiliza el
fetchnativo de Node.js, sin automatización de navegador pesada
Related MCP server: Web Scout MCP Server
Herramientas
Herramienta | Descripción |
| Busca en la web con DuckDuckGo. Devuelve título, URL y fragmento de cada resultado. |
| Extrae el contenido de texto principal de una URL. Elimina anuncios, navegación y ruido. |
Uso
Instalación local
git clone https://github.com/doranobik/mcp-web-search.git
cd mcp-web-search
npm install
npm run build
node dist/index.jsNota: Este paquete no está publicado en npm. El nombre
mcp-web-searchen npm pertenece a un proyecto no relacionado, así que instala desde este repositorio en su lugar.
Docker
docker build -t mcp-web-search .
docker run -i mcp-web-searchConfiguración del Cliente MCP
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"]
}
}
}Parámetros de las Herramientas
webSearch
Parámetro | Tipo | Requerido | Por defecto | Descripción |
| string | Sí | - | Consulta |
| number | No | 10 | Resultados máximos (1-20) |
| string | No | - | Código de región (p. ej., |
fetchWebContent
Parámetro | Tipo | Requerido | Por defecto | Descripción |
| string | Sí | - | URL a obtener/extraer |
| number | No | 5000 | Máximo de caracteres a devolver (100200000) |
Aviso Legal
Este servidor busca en la web analizando la interfaz HTML de DuckDuckGo, no una API oficial. Puede fallar si DuckDuckGo cambia su formato, y el uso automatizado intenso puede violar los términos de servicio de DuckDuckGo o provocar limitación de frecuencia. Úsalo de forma responsable y bajo tu propio riesgo.
Licencia
MIT — consulta LICENSE para más detalles.
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