DuckDuckGo search implementation for Model Context Protocol (MCP)
一个基于 DuckDuckGo 搜索引擎的 Model Context Protocol (MCP) 服务器实现。
通过 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"]
}
}
}
MIT
Repomix
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.
Perplexity Mcp
A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Kospi Kosdaq Stock Server
An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP