Skip to main content
Glama

mcp-brave-search

by w-jeon

Brave Search MCP サーバー

Brave Search API を統合し、Web 検索機能とローカル検索機能の両方を提供する MCP サーバー実装。

特徴

  • ウェブ検索: 一般的なクエリ、ニュース、記事、ページ区切りと鮮度コントロール付き
  • ローカル検索: 詳細な情報でビジネス、レストラン、サービスを検索
  • 柔軟なフィルタリング: 結果の種類、安全レベル、コンテンツの鮮度を制御
  • スマートフォールバック: ローカル検索では、結果が見つからない場合は自動的にウェブにフォールバックします。

ツール

  • 勇敢なウェブ検索
    • ページネーションとフィルタリングを使用してウェブ検索を実行する
    • 入力:
      • query (文字列): 検索用語
      • count (数値、オプション): 1ページあたりの結果数(最大20件)
      • offset (数値、オプション):ページ区切りのオフセット(最大9)
  • 勇敢なローカル検索
    • 地元のビジネスやサービスを検索する
    • 入力:
      • query (文字列):ローカル検索用語
      • count (数値、オプション): 結果の数(最大20)
    • ローカル検索結果が見つからない場合は自動的にウェブ検索に戻ります

構成

APIキーの取得

  1. Brave Search APIアカウントにサインアップする
  2. プランを選択してください(無料プランは月間2,000クエリまでご利用いただけます)
  3. 開発者ダッシュボードからAPIキーを生成する

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

ドッカー

{ "mcpServers": { "brave-search": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BRAVE_API_KEY", "mcp/brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } }

NPX

{ "mcpServers": { "brave-search": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } }

建てる

Dockerビルド:

docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

勇敢な探求

  1. 特徴
    1. ツール
      1. 構成
        1. APIキーの取得
        2. Claude Desktopでの使用
        3. ドッカー
        4. NPX
      2. 建てる
        1. ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server based on the MCP protocol that uses the Brave API for web search functionality.
            Last updated -
            6
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            Facilitates integration of Brave Search functionalities with AI assistants through the Model Context Protocol, enabling web and local searches using the Brave Search API.
            Last updated -
            2
            4
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            Facilitates executing system commands and retrieving web data using the Brave Search API by interpreting user intents via a Large Language Model (LLM).
            Last updated -
            1
            Python
          • -
            security
            A
            license
            -
            quality
            An MCP server that integrates the Brave Search API to provide both web and local search capabilities, with features like pagination, filtering, and smart fallbacks.
            Last updated -
            7
            TypeScript
            MIT License

          View all related MCP servers

          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/w-jeon/mcp-brave-search'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server