Web Research MCP Server
MEOK AI Labs 提供 — すべての人のためのソブリンAIツール。
Web Research MCP Server
AIエージェント向けのウェブ検索およびブラウザ自動化ツールキット。DuckDuckGo経由のウェブ検索(APIキー不要)、ヘッドレスChromiumによるページ閲覧、記事コンテンツの抽出、スクリーンショット撮影、フォーム操作、および複数のページを自動的に検索・読み取りするマルチステップのリサーチワークフローを実行できます。
ツール
ツール | 説明 |
| DuckDuckGo検索 -- APIキー不要 |
| フルブラウザ自動化: 抽出、スクリーンショット、クリック、入力、PDF |
| クリーンな記事抽出(ナビゲーション/広告/定型文を除去) |
| マルチステップワークフロー: 検索 + 上位Nページの読み取り + 概要の作成 |
| 任意の場所の現在の天気 (wttr.in) |
インストール
pip install mcp httpx playwright duckduckgo-search
python -m playwright install chromiumduckduckgo-searchパッケージはオプションです。インストールされていない場合、サーバーはHTMLスクレイピングにフォールバックします。browse_page、extract_article、research_topicにはPlaywright + Chromiumが必要です。
使用方法
サーバーの実行
python server.pyClaude Desktopの設定
{
"mcpServers": {
"web-research": {
"command": "python",
"args": ["/path/to/web-research-mcp/server.py"]
}
}
}呼び出し例
ウェブ検索:
Tool: web_search
Input: {"query": "best practices for MCP server development", "limit": 5}
Output: {"results": [{"title": "...", "url": "...", "snippet": "..."}], "query": "...", "engine": "duckduckgo"}ページの閲覧と抽出:
Tool: browse_page
Input: {"url": "https://example.com/article", "action": "extract"}
Output: {"status": "ok", "title": "...", "text": "...", "links": [...]}スクリーンショットの撮影:
Tool: browse_page
Input: {"url": "https://example.com", "action": "screenshot"}
Output: {"status": "ok", "image_base64": "...", "full_size_bytes": 142531}トピックのリサーチ(自動):
Tool: research_topic
Input: {"query": "MCP protocol specification 2026", "depth": 3}
Output: {"pages_searched": 5, "pages_read": 3, "sources": [...], "brief": "# Research: ..."}料金
プラン | 制限 | 価格 |
Free | 25回/日 | $0 |
Pro | 無制限 + フルスクリーンショット + PDFエクスポート | $9/月 |
Enterprise | カスタム + プロキシローテーション + CAPTCHA解決 | お問い合わせ |
ライセンス
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/CSOAI-ORG/web-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server