- Explore MCP Servers
- mcp2brave
Mcp2brave
What is Mcp2brave
mcp2brave is an MCP server that utilizes the Brave API to enable network search functionalities for Claude Cline and Langchain applications.
Use cases
Use cases for mcp2brave include integrating web search functionalities into AI models, enhancing chatbots with real-time information retrieval, and supporting research applications that require up-to-date web data.
How to use
To use mcp2brave, clone the repository, set up the environment variables including your Brave API key, create a virtual environment using UV, and install the necessary dependencies. You can then install it as a Claude extension and test it using the MCP inspector.
Key features
Key features include the ability to perform web searches using the Brave API, support for both English and Chinese descriptions in search results, and a development mode for testing functionalities.
Where to use
mcp2brave can be used in various fields such as AI development, web scraping, and any application that requires enhanced search capabilities through the Brave browser.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp2brave
mcp2brave is an MCP server that utilizes the Brave API to enable network search functionalities for Claude Cline and Langchain applications.
Use cases
Use cases for mcp2brave include integrating web search functionalities into AI models, enhancing chatbots with real-time information retrieval, and supporting research applications that require up-to-date web data.
How to use
To use mcp2brave, clone the repository, set up the environment variables including your Brave API key, create a virtual environment using UV, and install the necessary dependencies. You can then install it as a Claude extension and test it using the MCP inspector.
Key features
Key features include the ability to perform web searches using the Brave API, support for both English and Chinese descriptions in search results, and a development mode for testing functionalities.
Where to use
mcp2brave can be used in various fields such as AI development, web scraping, and any application that requires enhanced search capabilities through the Brave browser.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp2brave
一个基于MCP协议的服务器,使用Brave API实现网络搜索功能。
系统要求
- Python 3.11+
- UV包管理器
- Brave API密钥
安装步骤
- 克隆项目
git clone <仓库地址>
cd mcp2brave
- 创建并编辑环境变量文件
# 添加Brave API密钥到.env文件
.env
- 使用UV创建虚拟环境
# 创建并激活虚拟环境
uv venv
# Windows系统使用:
.venv\Scripts\activate
# Linux/Mac系统使用:
source .venv/bin/activate
- 安装依赖
uv sync
使用方法
安装为Claude扩展
fastmcp install mcp2brave.py
开发模式与MCP检查器
要使用MCP检查器测试功能:
fastmcp dev mcp2brave.py
运行后,可以在浏览器访问MCP检查器:http://localhost:5173
可用工具
search_web(query: str): 使用Brave API搜索网络search_web_info(query: str): 同上,带中文描述
环境变量
Brave_API_KEY: 你的Brave API密钥(必需)
注意事项
- 确保在使用前已正确设置API密钥
- 虚拟环境激活后才能运行相关命令
- 如遇到编码问题,请确保系统使用UTF-8编码
手动添加Cline Continue Claude
打开Cline Continue Claude的MCP服务器配置文件,加入以下信息
详细操作步骤
Cline集成

Cline集成

Cline集成

使用示例

Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










