Skip to main content
Glama
doranobik
by doranobik

MCP Web Search

DuckDuckGo を使用したウェブ検索用の Model Context Protocol (MCP) サーバーです。API キーは不要です。

機能

  • ウェブ検索 - DuckDuckGo の静的 HTML インターフェースを介してウェブを検索します

  • コンテンツ抽出 - Mozilla の Readability を使用して、任意のウェブページから読みやすいコンテンツを取得・抽出します

  • ゼロ設定 - API キー不要、サインアップ不要、すぐに動作します

  • 軽量 - Node.js ネイティブの fetch を使用し、重いブラウザ自動化は不要です

Related MCP server: Web Scout MCP Server

ツール

ツール

説明

webSearch

DuckDuckGo でウェブを検索します。各結果のタイトル、URL、スニペットを返します。

fetchWebContent

ウェブページの 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-search

MCP クライアント設定

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"]
    }
  }
}

ツールパラメータ

パラメータ

必須

デフォルト

説明

query

string

はい

-

検索クエリ

maxResults

number

いいえ

10

最大結果数 (1-20)

region

string

いいえ

-

リージョンコード (例: jp-jaus-enwt-wt)

fetchWebContent

パラメータ

必須

デフォルト

説明

url

string

はい

-

取得する URL

maxChars

number

いいえ

5000

返す最大文字数 (100〜200000)

免責事項

このサーバーは、公式 API ではなく DuckDuckGo の HTML インターフェースを解析してウェブを検索します。DuckDuckGo がマークアップを変更すると動作しなくなる可能性があり、また過度な自動使用は DuckDuckGo の利用規約に違反したり、レート制限につながる可能性があります。責任を持って、自己責任で使用してください。

ライセンス

MIT — 詳細は LICENSE を参照してください。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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