mcp-web-search
MCP Web Search
DuckDuckGo を使用したウェブ検索用の Model Context Protocol (MCP) サーバーです。API キーは不要です。
機能
ウェブ検索 - DuckDuckGo の静的 HTML インターフェースを介してウェブを検索します
コンテンツ抽出 - Mozilla の Readability を使用して、任意のウェブページから読みやすいコンテンツを取得・抽出します
ゼロ設定 - API キー不要、サインアップ不要、すぐに動作します
軽量 - Node.js ネイティブの
fetchを使用し、重いブラウザ自動化は不要です
Related MCP server: Web Scout MCP Server
ツール
ツール | 説明 |
| DuckDuckGo でウェブを検索します。各結果のタイトル、URL、スニペットを返します。 |
| ウェブページの URL からメインのテキストコンテンツを抽出します。広告、ナビゲーション、ノイズを除去します。 |
使用方法
ローカルインストール
git clone https://github.com/doranobik/mcp-web-search.git
cd mcp-web-search
npm install
npm run build
node dist/index.js注: このパッケージは npm に公開されていません。npm 上の
mcp-web-searchという名前は無関係のプロジェクトのものであるため、代わりにこのリポジトリからインストールしてください。
Docker
docker build -t mcp-web-search .
docker run -i mcp-web-searchMCP クライアント設定
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/mcp-web-search/dist/index.js"]
}
}
}LM Studio (mcp.json):
{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/mcp-web-search/dist/index.js"]
}
}
}ツールパラメータ
webSearch
パラメータ | 型 | 必須 | デフォルト | 説明 |
| string | はい | - | 検索クエリ |
| number | いいえ | 10 | 最大結果数 (1-20) |
| string | いいえ | - | リージョンコード (例: |
fetchWebContent
パラメータ | 型 | 必須 | デフォルト | 説明 |
| string | はい | - | 取得する URL |
| number | いいえ | 5000 | 返す最大文字数 (100〜200000) |
免責事項
このサーバーは、公式 API ではなく DuckDuckGo の HTML インターフェースを解析してウェブを検索します。DuckDuckGo がマークアップを変更すると動作しなくなる可能性があり、また過度な自動使用は DuckDuckGo の利用規約に違反したり、レート制限につながる可能性があります。責任を持って、自己責任で使用してください。
ライセンス
MIT — 詳細は LICENSE を参照してください。
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
- FlicenseNot gradedqualityCmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.
- AlicenseBqualityAmaintenanceEnables privacy-focused web searches using DuckDuckGo and extraction of clean, readable content from web pages with support for parallel processing of multiple URLs.282132Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables web search and content fetching via DuckDuckGo without requiring an API key.843MIT
- AlicenseNot gradedqualityCmaintenanceEnables web search using Bing and DuckDuckGo combined, and fetching readable content from web pages, with no API key required.91MIT
Related MCP Connectors
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
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/doranobik/mcp-web-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server