LogoSTMCP
Download
DuckDuckGo Search MCP Server

DuckDuckGo Search MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

Tools

Performs a web search on DuckDuckGo and returns formatted results with titles, URLs, and snippets, with built-in rate limiting and LLM-friendly output formatting.

2. fetch_content

Fetches and parses content from a webpage, providing cleaned and formatted text content with intelligent text extraction and comprehensive error handling.

JSON Config

{
    "mcpServers": {
        "ddg-search": {
            "command": "uvx",
            "args": ["duckduckgo-mcp-server"]
        }
    }
}

Useful Links

Information

Categories