duck-duck-scrape-mcp
@mmkal
duck-duck-scrape-mcp について
An MCP server for (free!) search results via duckduckgo
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is duck-duck-scrape-mcp?
Duck-duck-scrape-mcp is an MCP (Model Context Protocol) server that provides free web search results by scraping DuckDuckGo. It is intended for developers who need a simple, no‑API-key search tool for use with MCP clients.
How to use duck-duck-scrape-mcp?
Since the server is not published to npm, configure it in your .mcp.json using the github: directive: set the command to npx with arguments -y and github:mmkal/duck-duck-scrape-mcp.
Key features of duck-duck-scrape-mcp
- Free web search via DuckDuckGo scraping
- No API key required
- Easy setup with npx and GitHub references
- Compatible with any MCP client (e.g., Claude Desktop)
Use cases of duck-duck-scrape-mcp
- Provide search results to an AI assistant without paid APIs
- Enable MCP clients to look up information from the web
- Integrate web search into prototyping or testing environments
FAQ from duck-duck-scrape-mcp
How is this different from the Brave search MCP server?
It is similar to the Brave search MCP server but uses DuckDuckGo scraping instead of the Brave Search API.
What are the runtime requirements?
You need npx (shipped with Node.js) to run the server via the GitHub package.
Is an API key needed?
No, the server works entirely by scraping DuckDuckGo without any API key.
Are there any usage restrictions?
Consult DuckDuckGo’s terms of service before using this server, as scraping may be subject to their policies.
Where is the package published?
It is not currently published on npm; you must use the github:mmkal/duck-duck-scrape-mcp directive.
「検索」の他のコンテンツ
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
コメント