mcp-ddgs
Provides web search, news search, and image search via DuckDuckGo, returning titles, URLs, snippets, and image URLs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ddgssearch the web for the latest breakthroughs in AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🦆 mcp-ddgs
Serveur MCP pour la recherche web via DuckDuckGo — gratuit, anonyme, sans clé API.
Donne aux agents IA (Goose, Claude Desktop, Cursor, Continue, etc.) la capacité de chercher sur le web en temps réel et d'extraire le contenu propre d'une page (sans publicités ni navigation).
Outils
Outil | Description |
| Recherche web classique — titre, URL, extrait |
| Actualités récentes |
| Recherche d'images — URLs + descriptions |
| Texte éditorial principal (articles, blogs, actualités) — sans données produit/prix |
| Tout le texte visible + données structurées (prix/produit) — pages produit/e-commerce, et en cas de doute |
Related MCP server: Web Search MCP Server
Installation rapide
Goose
# ~/.config/goose/config.yaml
extensions:
ddgs:
enabled: true
type: stdio
name: DDGS
description: Recherche web DuckDuckGo
cmd: uvx
args:
- --from
- git+https://github.com/Llamatron2112/mcp-ddgs.git
- mcp-ddgs
timeout: 300Claude Desktop
{
"mcpServers": {
"ddgs": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Llamatron2112/mcp-ddgs.git", "mcp-ddgs"]
}
}
}Développement local
git clone https://github.com/Llamatron2112/mcp-ddgs.git
cd mcp-ddgs
uv sync
uv run mcp-ddgsLicence
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA privacy-friendly MCP server that enables web searches and URL content extraction using DuckDuckGo, allowing AI assistants to access real-time web information without API keys.142042Apache 2.0
- FlicenseNot gradedqualityDmaintenanceThis MCP server provides tools for AI agents to search the web, fetch page content, and query specific elements from pages using DuckDuckGo.20
- AlicenseNot gradedqualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseAqualityDmaintenanceMCP server that enables web search, image search, and image download using DuckDuckGo.43MIT
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/Llamatron2112/mcp-ddgs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server