MCP.so
ログイン

mcp2brave

@mcp2everything

mcp2brave について

一个MCP服务器,基于Brave API让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that use Brave API allows your Claude Cline and Langchain to implement network search functions.

基本情報

カテゴリ

AI とエージェント

トランスポート

stdio

公開者

mcp2everything

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp2brave": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp2brave?

mcp2brave is an MCP (Model Context Protocol) server that uses the Brave API to perform web searches. It is designed for developers who want to integrate Brave search capabilities into MCP‑compatible AI tools such as Claude, Cline, or Continue.

How to use mcp2brave?

Install the server using UV and set your Brave API key in the .env file. To use it as a Claude extension, run fastmcp install mcp2brave.py. For development or manual configuration (e.g. with Cline or Continue), add the provided JSON block to your MCP server configuration file. Two tools are exposed: search_web(query) and search_web_info(query).

Key features of mcp2brave

  • Integrates Brave API via the MCP protocol
  • Provides two search tools: search_web and search_web_info
  • Easy installation as a Claude extension using fastmcp
  • Supports development mode with the MCP inspector (localhost:5173)
  • Requires only Python 3.11+, UV, and a Brave API key
  • Can be manually integrated with Cline, Continue, or Claude

Use cases of mcp2brave

  • Enable Claude to perform real‑time web searches through Brave
  • Add web search capability to any MCP‑compatible AI assistant
  • Test and debug search tools locally with the MCP inspector
  • Customize search behaviour using a Chinese‑described tool variant

FAQ from mcp2brave

What are the system requirements?

Python 3.11+, the UV package manager, and a valid Brave API key.

How do I obtain a Brave API key?

The README does not specify how to get one; it must be set as the Brave_API_KEY environment variable.

What tools does mcp2brave provide?

Two tools: search_web(query) – standard Brave search – and search_web_info(query), which is the same but with a Chinese description.

Can I use mcp2brave without Claude?

Yes. It can be manually added to any MCP client (e.g., Cline, Continue) by inserting the JSON configuration into the client’s MCP server settings file.

Are there any known limitations?

The virtual environment must be active before running commands. If encoding issues arise, ensure the system uses UTF‑8 encoding.

コメント

「AI とエージェント」の他のコンテンツ