DuckDuckGo Web Search MCP Server
@kouui
DuckDuckGo Web Search MCP Server について
MCP server of web search/fetch functionality using duckduckgo and jina api. no api key required.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"web-search-duckduckgo": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/kouui/web-search-duckduckgo.git@main",
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is DuckDuckGo Web Search MCP Server?
An MCP (Model Context Protocol) server that enables web search through DuckDuckGo and optionally fetches and summarizes the content of found URLs. It is designed for use with any MCP‑compatible client, such as Claude Desktop.
How to use DuckDuckGo Web Search MCP Server?
Install the server via uvx and configure it in your MCP client’s configuration file (e.g., claude_desktop_config.json). Two configuration methods are provided: one using git+https and another using a local directory. Once configured, you can invoke the search_and_fetch tool (with parameters query and limit) or the fetch tool (with parameter url).
Key features of DuckDuckGo Web Search MCP Server
- Web search using DuckDuckGo
- Extracts titles, URLs, and snippets from results
- Optional content fetching via Jina API (HTML to Markdown)
- Parallel fetching of multiple URLs
- Configurable maximum number of search results (default 3, max 10)
- Graceful error handling for timeouts and failures
Use cases of DuckDuckGo Web Search MCP Server
- Search the web and retrieve structured results for analysis
- Fetch and summarize the content of specific URLs found in search results
- Integrate live web search capabilities into MCP‑powered AI assistants
FAQ from DuckDuckGo Web Search MCP Server
What tools are provided by the server?
Two tools: search_and_fetch (searches DuckDuckGo and optionally fetches content) and fetch (fetches content of a given URL). The search_and_fetch tool accepts query (string) and limit (integer, default 3, max 10). The fetch tool accepts url (string).
How do I configure the server for Claude Desktop?
Add the server to claude_desktop_config.json using either the git+https method or, if that does not work, a local directory path as shown in the README. The command is uvx with arguments pointing to the repository or local folder.
What is the maximum number of search results I can request?
The limit parameter in search_and_fetch has a maximum value of 10. The default is 3.
Does the server require any API keys?
The README does not mention any API keys. The Jina API used for content fetching may have its own terms, but the server itself does not require additional authentication.
What transport protocol does the server use?
The server is MCP‑compliant and is intended to be launched via the uvx command. The README does not specify the transport layer, but typical MCP servers use stdio or HTTP.
「検索」の他のコンテンツ
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
コメント