mcp2brave
@mcp2everything
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp2brave": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_webandsearch_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.
More AI & Agents MCP servers
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Comments