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 与智能体 分类下的更多 MCP 服务器