Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. Duckduckgo MCP Server
Duckduckgo MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:49:56 PM

Duckduckgo MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository1.5k GitHub StarsTotal stargazers on GitHub for the source repository (1,468 stars).Visit Website
duckduckgoweb-searchdata-extractionmcp

Searches DuckDuckGo and fetches readable webpage content for MCP clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nickclyde-duckduckgo-mcp-server": {
      "command": "uvx",
      "args": [
        "duckduckgo-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (13) Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

The nickclyde/duckduckgo-mcp-server MCP server lets MCP clients search DuckDuckGo and retrieve parsed webpage text. Search requests support result limits and regional settings, while content retrieval supports character-based pagination and selectable HTTP backends. Use it when an agent needs web search plus follow-up page reading without a separate search API key. It runs locally over stdio by default and also supports SSE and Streamable HTTP transports.

Use cases

โ€ขSearch DuckDuckGo for current web information
โ€ขFetch readable text from result URLs
โ€ขRead long webpages in character-based sections
โ€ขSelect a regional DuckDuckGo search setting

Key features

โ€ขDuckDuckGo web search
โ€ขWebpage content fetching and parsing
โ€ขRegional search selection
โ€ขCharacter-offset pagination
โ€ขConfigurable HTTP fetch backends
โ€ขRate limiting and LLM-friendly output

Capabilities & Tool Schemas (13) ~165 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Duckduckgo MCP Server.

query

Search query string

max_results

Maximum number of results to return (default: 10)

region

(Optional) Region/language code to override the default. Leave empty to use the configured default region.

us-en

United States (English)

cn-zh

China (Chinese)

jp-ja

Japan (Japanese)

How Duckduckgo MCP Server works

What nickclyde/duckduckgo-mcp-server MCP server does

The nickclyde/duckduckgo-mcp-server MCP server exposes DuckDuckGo search and webpage content retrieval through MCP. It is intended for agents that need to discover web pages, inspect result links, and read extracted text from selected URLs.

Search accepts a query, an optional maximum result count, and an optional region code. Supported region examples include us-en, cn-zh, jp-ja, de-de, fr-fr, and wt-wt. If no region is supplied for a request, the server uses its configured default or DuckDuckGo's default behavior.

The content-fetching capability accepts a URL and returns parsed page content. Callers can set a starting character offset and maximum response length, which makes it possible to read long pages in sections.

How it works

The nickclyde/duckduckgo-mcp-server MCP server uses httpx by default for HTTP requests. Its fetch operation can instead use a curl backend based on curl_cffi, or auto, which starts with httpx and falls back when a 403 response or Cloudflare challenge is detected. The optional browser extra is required for the curl and auto backends.

Search has its own backend setting and defaults to auto. If the optional browser dependency is unavailable and the HTTP client is blocked, search may return a message directing the operator to install that extra. Built-in rate limiting applies to search and content fetching, and responses are formatted for consumption by language models.

The default MCP transport is stdio. The process can also run with SSE or Streamable HTTP. HTTP transports bind to 127.0.0.1:8000 unless a different host and port are supplied.

Setup and configuration

Install or run the package from PyPI with uv:

bash
uvx duckduckgo-mcp-server

Claude Desktop can launch it with uvx and the package name in its MCP server configuration. Claude Code can add the same command through claude mcp add. The repository also documents SSE and Streamable HTTP launch options.

Optional environment variables include DDG_SAFE_SEARCH for STRICT, MODERATE, or OFF filtering, DDG_REGION for the default region, and DDG_SEARCH_BACKEND for the search backend. DDG_CA_CERTS points to a PEM CA bundle for TLS-intercepting proxies. HTTP deployments can use DDG_ALLOWED_HOSTS and DDG_ALLOWED_ORIGINS to configure DNS-rebinding protection.

Tools and capabilities

The nickclyde/duckduckgo-mcp-server MCP server provides capabilities for:

  • Searching DuckDuckGo with a query and result limit.
  • Selecting a search region per request or through a default setting.
  • Fetching and parsing text from a webpage URL.
  • Paginating fetched content with character offsets and length limits.
  • Choosing httpx, curl, or auto for an individual content-fetch request.

Limitations and notes

No paid search credential is described in the supplied material. Results and page retrieval depend on the target site's availability and bot-detection behavior. The curl and auto options require installation with the [browser] extra. Setting --no-ssl-verify or DDG_SSL_VERIFY=0 disables certificate verification and is documented only as a last resort.

When using HTTP transports behind a reverse proxy or in a container, the proxy's host and origin may need to be added to the allow-list. Disabling DNS-rebinding protection is available, but the documentation recommends allow-listing instead.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch โ†’
  • Brave Search MCP Server logoBrave Search MCP Server

    Web search capabilities using Brave's Search API

    ๐Ÿ”Ž Search & Data Extraction7 views
    Compare vs Brave Search MCP Server โ†’
  • Exa MCP Server logoExa MCP Server

    A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Exa MCP Server โ†’
  • Olostep MCP Server logoOlostep MCP Server

    API to search, extract and structure web data. Web scraping, AI-powered answers with citations, batch processing (10k URLs), and autonomous site crawling.

    ๐Ÿ”Ž Search & Data Extraction1 views
    Compare vs Olostep MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1.5k
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
13
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Duckduckgo MCP Server

Run `uvx duckduckgo-mcp-server`, or install it from PyPI with `uv pip install duckduckgo-mcp-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDuckduckgo MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nickclyde-duckduckgo-mcp-server?style=directory)](https://allmcps.com/mcp/nickclyde-duckduckgo-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/nickclyde-duckduckgo-mcp-server"><img src="https://allmcps.com/api/badge/nickclyde-duckduckgo-mcp-server?style=directory" alt="Duckduckgo MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 3, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,468
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,468 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 28, 2026
63Quality signal: Good ยท 63/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท duckduckgo-mcp-server (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to Duckduckgo MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code