Brave Search MCP Server
Brave Search MCP サーバー
このプロジェクトは、Brave Search 用の Model Context Protocol (MCP) サーバーを実装し、Claude などの AI アシスタントとの統合を可能にします。
前提条件
Python 3.11以上
uv - 高速なPythonパッケージインストーラーとリゾルバー
Related MCP server: Brave Search MCP Server
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Brave Search MCP サーバーを自動的にインストールするには:
npx -y @smithery/cli install @arben-adm/brave-mcp-search --client claude手動インストール
リポジトリをクローンします。
git clone https://github.com/your-username/brave-search-mcp.git cd brave-search-mcp仮想環境を作成し、uv を使用して依存関係をインストールします。
uv venv source .venv/bin/activate # On Windows, use: .venv\Scripts\activate uv pip install -r requirements.txtBrave Search API キーを設定します。
export BRAVE_API_KEY=your_api_key_hereWindowsでは、
set BRAVE_API_KEY=your_api_key_hereを使用します。
使用法
MCP 設定ファイル (例:
claude_desktop_config.json) を構成して、Brave Search MCP サーバーを含めます。{ "mcpServers": { "brave-search": { "command": "uv", "args": [ "--directory", "path-to\\mcp-python\\brave-mcp-search\\src", "run", "server.py" ], "env": { "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY_HERE" } } } }YOUR_BRAVE_API_KEY_HEREを実際の Brave API キーに置き換えます。更新された構成で MCP 互換の AI アシスタントを実行して、Brave Search MCP サーバーを起動します。
サーバーは実行され、MCP クライアントからの要求を受け入れる準備が整いました。
利用可能なツールを呼び出すことで、MCP 対応の AI アシスタント (Claude など) で Brave Search 機能を使用できるようになりました。
利用可能なツール
サーバーは主に 2 つのツールを提供します。
brave_web_search: Brave Search API を使用して Web 検索を実行します。brave_local_search: 地元の企業や場所を検索します。
詳細な使用方法については、 src/server.pyのツールのドキュメント文字列を参照してください。
発達
プロジェクトに変更を加えるには:
必要に応じて
srcディレクトリ内のコードを変更します。依存関係を追加または削除する場合は、
requirements.txtファイルを更新します。uv pip freeze > requirements.txt変更を適用するにはサーバーを再起動します。
トラブルシューティング
問題が発生した場合:
Brave API キーが正しく設定されていることを確認してください。
すべての依存関係がインストールされていることを確認します。
互換性のある Python バージョンを使用していることを確認してください。
コードを変更した場合は、必ずサーバーを再起動してください。
ライセンス
このプロジェクトは 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.
Related MCP Servers
- AlicenseAqualityBmaintenanceA Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.515MIT
- AlicenseNot gradedqualityNot gradedmaintenanceIntegrates Brave Search API to enable web, image, video, news, and local business searches with filtering options like result count and content freshness.204
- AlicenseNot gradedqualityDmaintenanceIntegrates the Brave Search API to provide web and local search capabilities, including news, articles, and business information. It features smart fallbacks from local to web search and supports pagination and freshness controls.2041GPL 3.0
- AlicenseNot gradedqualityDmaintenanceIntegrates the Brave Search API into AI assistants to enable web and local business search capabilities. This allows models to perform real-time information retrieval and locate places using the Model Context Protocol.1MIT
Related MCP Connectors
Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…
Brave Search MCP — independent web index (no Google/Bing dependency)
The best web search for your AI Agent
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/arben-adm/brave-mcp-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server