freesearch-mcpserver

zypgo/freesearch-mcpserver
★ 3 stars TypeScript 🔍 Search Updated 2mo ago
FreeSearch MCP Server 是一个模型上下文协议(MCP)服务器,通过 DuckDuckGo 的 API 提供免费的网络搜索功能。它还包含智能摘要功能,利用 MCP 客户端内置的语言模型。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freesearch-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "zypgo/freesearch-mcpserver"
      ]
    }
  }
}