Duck Duck MCP
Provides web search functionality through the DuckDuckGo search engine, offering customizable search results with parameters for region settings, safe search levels, and number of results.
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., "@Duck Duck MCPsearch for recent advancements in quantum computing"
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.
Duck Duck MCP
一个基于 DuckDuckGo 搜索引擎的 Model Context Protocol (MCP) 服务器实现。
功能特性
使用 DuckDuckGo 进行网络搜索
支持自定义搜索结果数量(默认 50 条)
支持区域设置(默认 zh-cn)
支持安全搜索级别设置(OFF/MODERATE/STRICT)
提供结构化的搜索结果,包含元数据
智能内容分类(文档/文章/社交媒体)
自动语言检测
主题标签识别
Related MCP server: DuckDuckGo Search MCP
安装
安装通过 Smithery
通过 Smithery 将 DuckDuckGo 搜索自动安装到 Claude 桌面端:
npx -y @smithery/cli install duck-duck-mcp --client claude不需要安装,可以直接通过 npx 运行:
npx -y @smithery/cli install duck-duck-mcp --client claude使用方法
这是一个 MCP 服务器实现,主要用于与支持 MCP 协议的 AI 客户端(如 Claude)集成。
启动服务器:
# 使用 npx(推荐)
npx duck-duck-mcp
# 或者如果已经全局安装
mcp-server-search搜索参数示例:
{
"query": "搜索关键词",
"options": {
"region": "zh-cn",
"safeSearch": "MODERATE",
"numResults": 50
}
}返回结果格式:
{
"type": "search_results",
"data": [
{
"title": "标题",
"url": "网址",
"description": "描述",
"metadata": {
"type": "article|documentation|social|other",
"source": "域名"
}
}
],
"metadata": {
"query": "搜索关键词",
"timestamp": "时间戳",
"resultCount": 50,
"searchContext": {
"region": "zh-cn",
"safeSearch": "MODERATE"
},
"queryAnalysis": {
"language": "zh-cn|en",
"topics": ["technology", "documentation"]
}
}
}License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.Last updated21,380MIT
- 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.Last updated2168941Apache 2.0
- Alicense-qualityBmaintenanceA MCP server for DuckDuckGo HTML search. Unlike other DuckDuckGo MCP servers, this one isn't just AI slop.Last updatedISC
- Flicense-qualityDmaintenanceThis MCP server provides tools for AI agents to search the web, fetch page content, and query specific elements from pages using DuckDuckGo.Last updated41
Related MCP Connectors
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
MCP server for Google search results via SERP API
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Appeared in Searches
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/qwang07/duck-duck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server