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/7/2026, 1:32:14 AM

Duckduckgo MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository87 GitHub StarsTotal stargazers on GitHub for the source repository (87 stars).
duckduckgoweb-searchsearchtypescript

Searches DuckDuckGo through one MCP tool with query, result-count, and safe-search controls.

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": {
    "zhsama-duckduckgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "duckduckgo-mcp-server"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

zhsama/duckduckgo-mcp-server MCP server exposes DuckDuckGo web search through the Model Context Protocol. Its `duckduckgo_search` tool accepts a query plus optional result-count and safe-search settings, then returns formatted Markdown results. The TypeScript project runs over stdio and supports local Node.js execution or installation through the published npm package. Reach for it when an MCP client needs current web search results without a broader search workflow.

Use cases

โ€ขSearch the web for current technical references
โ€ขResearch topics through DuckDuckGo
โ€ขControl result count and safe-search filtering
โ€ขReturn search findings as Markdown

Key features

โ€ขDuckDuckGo web search
โ€ขConfigurable result count from 1 to 20
โ€ขStrict, moderate, or off safe-search modes
โ€ขMarkdown-formatted results
โ€ขDocumented request-rate limits

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
DuckDuckGo web search
Configurable result count from 1 to 20
Strict, moderate, or off safe-search modes
Markdown-formatted results
Documented request-rate limits

How Duckduckgo MCP Server works

What zhsama/duckduckgo-mcp-server MCP server does

The zhsama/duckduckgo-mcp-server MCP server adds DuckDuckGo search to an MCP-compatible client. It exposes one search capability named duckduckgo_search, intended for agents that need to submit a web query and receive readable search results.

The tool requires a query string with a maximum length of 400 characters. Callers can also set count to request between 1 and 20 results; if omitted, the server uses 10. The safeSearch option accepts strict, moderate, or off, with moderate as the default. Results are returned as formatted Markdown.

This fits research, fact-finding, and discovery tasks where an agent needs to search the public web through DuckDuckGo. It does not describe tools for crawling pages, extracting structured content from a result, or managing search history.

How it works

The project is implemented in TypeScript and communicates with MCP clients over standard input and output. A client starts the server as a local process, sends tool calls through MCP, and receives the formatted search response. The README documents both an npm-based launch and a local launch using the built JavaScript entry point.

The service applies request limits of no more than one request per second and no more than 15,000 requests per month. These limits matter for agents that may issue repeated searches or run searches across many tasks. Applications should account for throttling and error handling rather than assuming unrestricted request volume.

Setup and configuration

The zhsama/duckduckgo-mcp-server MCP server requires Node.js 18 or newer and pnpm 8 or newer for project development. A local checkout can be prepared with pnpm install, built with pnpm run build, and started from the generated JavaScript entry point. pnpm run watch is available for development with automatic rebuilding.

For Claude Desktop, the README provides an online configuration that runs npx -y duckduckgo-mcp-server. It also shows a local configuration that invokes Node against the built build/index.js file. The Claude Desktop configuration file is stored under the standard application-support path on macOS or the application-data path on Windows.

No environment variables or credential settings are documented in the supplied material. The setup examples do not include an API key.

Tools and capabilities

  • duckduckgo_search: searches DuckDuckGo using a required query.
  • count: optionally controls the number of returned results from 1 through 20.
  • safeSearch: optionally selects strict, moderate, or off filtering.
  • Markdown output: formats the search response for client or agent consumption.
  • Rate handling: documents per-second and monthly request ceilings.

Limitations and notes

The zhsama/duckduckgo-mcp-server MCP server exposes only the documented search tool. The supplied README does not claim support for page fetching, browser automation, site-specific crawling, result ranking controls, or additional search providers.

Queries are limited to 400 characters, and result requests are limited to 20 items. The documented maximum of one request per second and 15,000 requests per month may constrain batch workflows. For troubleshooting, the project recommends its pnpm run inspector script, which launches the MCP Inspector and provides a browser-accessible debugging URL.

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

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • 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 โ†’
  • MCP Servers Kagi logoMCP Servers Kagi

    A Model Context Protocol server implementation for Kagi's API

    ๐Ÿ”Ž Search & Data Extraction4 views
    Compare vs MCP Servers Kagi โ†’
  • Nexus logoNexus

    AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX.

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs Nexus โ†’
  • 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 โ†’

Adoption & maintenance

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

GitHub stars
87
Stargazers on the source repository.
npm downloads
5.3k
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 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

Use the npm launch configuration with `npx -y duckduckgo-mcp-server`, or install the project dependencies with pnpm and run the built local entry point.

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/zhsama-duckduckgo-mcp-server?style=directory)](https://allmcps.com/mcp/zhsama-duckduckgo-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/zhsama-duckduckgo-mcp-server"><img src="https://allmcps.com/api/badge/zhsama-duckduckgo-mcp-server?style=directory" alt="Duckduckgo MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
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 stars87
GitHub Star CountTotal stargazers on GitHub representing community popularity (87 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 4, 2025
npm downloads5,321/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair ยท 45/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 & tools17/30
Adoption & activity7/15
Community engagement0/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 18d ago via OSV.dev ยท duckduckgo-mcp-server (npm)

โ˜… 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 and attach your website โ€” 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