Claude Web Search MCP Server
クロードウェブ検索MCPサーバー
このMCP(モデルコンテキストプロトコル)サーバーは、Claude APIを使用したWeb検索機能を提供します。これにより、LLMは標準化されたインターフェースを通じてWebから最新の情報にアクセスできるようになります。
特徴
Claude の Web 検索 API を使用した Web 検索ツール
ドメインフィルタリング(許可ドメインとブロックドメイン)のサポート
検索ごとに設定可能な最大結果数
Claude Desktop 構成ファイルからの自動構成
Related MCP server: Google Search MCP
前提条件
Node.js 18以上
ウェブ検索が有効になっているAnthropic APIキー
Claude テスト用デスクトップアプリ
インストールとセットアップ
リポジトリをクローンします。
git clone https://github.com/Doriandarko/claude-search-mcp.git cd claude-search-mcp依存関係をインストールします:
npm installサーバーを構築します。
npm run buildこれにより、TypeScript コードがコンパイルされ、サーバーが実行可能になります。
グローバル アクセス用にサーバーをリンクします。
npm linkこれにより
mcp-server-claude-searchコマンドがシステム全体で使用できるようになり、Claude デスクトップ アプリがそれを検出できるようになります。
Claudeデスクトップアプリでサーバーを実行する
サーバーがインストールされリンクされると、正しく構成されていれば、Claude Desktop アプリはそれを自動的に管理できます。
Claudeデスクトップアプリの設定: ClaudeデスクトップアプリのMCPサーバー設定ファイル(通常は
claude_desktop_config.json)を開きます。このサーバーのエントリを追加または更新します。{ "mcpServers": { // ... other servers ... "claude-search": { "command": "mcp-server-claude-search", "env": { "ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE" } } // ... other servers ... } }"YOUR_ANTHROPIC_API_KEY_HERE"実際のAnthropic APIキーに置き換えてください。env変数がここで設定されていない場合、サーバーは~/code/claude-search-mcp/claude_desktop_config.jsonからもこのキーを読み取ろうとしますが、メイン設定でサーバーごとに定義することをお勧めします。Claudeデスクトップアプリを起動します。Claudeデスクトップアプリケーションを起動(または再起動)します。これで、必要に応じて
mcp-server-claude-search検出して起動できるようになります。Web 検索の使用: Claude との会話で Web 検索機能を使用できるようになりました。
手動サーバー実行(テスト/開発用)
テストまたは開発目的でサーバーを手動で実行する場合 (Claude デスクトップ アプリの管理外で) :
グローバルにリンクされたコマンドを使用する:
mcp-server-claude-searchtsx を直接使用する (自動再起動による開発の場合):
npm run devコンパイルされたコードを直接実行する:
npm start
ウェブ検索ツールのパラメータ
Web 検索ツールは、LLM によって呼び出されたときに次のパラメータをサポートします。
query(必須): 検索クエリ文字列。maxResults(オプション): 返される検索結果の最大数 (デフォルト: 5)。allowedDomains(オプション): 検索結果に含めるドメインの配列 (例:["example.com", "wikipedia.org"])。blockedDomains(オプション): 検索結果から除外するドメインの配列。
ライセンス
マサチューセッツ工科大学
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
- AlicenseBqualityDmaintenanceFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.17MIT
- AlicenseBqualityDmaintenanceEnables Large Language Models to perform real-time web searches using Google Custom Search API. Integrates with Claude Desktop to retrieve current information from the internet.1MIT
- AlicenseNot gradedqualityDmaintenanceExposes Perplexity AI's search capabilities to Claude, enabling real-time web search and information retrieval within the assistant. The project is currently in active development with plans to support Perplexity Spaces and multi-source data synthesis.Apache 2.0
- AlicenseNot gradedqualityFmaintenanceProvides real-time Google search capabilities to AI assistants like Claude, bypassing anti-scraping mechanisms.28618MIT
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/Doriandarko/claude-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server