Skip to main content
Glama

🦆 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.

Outils

Outil

Description

ddgs_text_search

Recherche web classique — titre, URL, extrait

ddgs_news_search

Actualités récentes

ddgs_image_search

Recherche d'images — URLs + descriptions

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/USER/mcp-ddgs.git
      - mcp-ddgs
    timeout: 300

Claude Desktop

{
  "mcpServers": {
    "ddgs": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/USER/mcp-ddgs.git", "mcp-ddgs"]
    }
  }
}

Développement local

git clone https://github.com/USER/mcp-ddgs.git
cd mcp-ddgs
uv sync
uv run mcp-ddgs

Licence

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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