MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Brave Browser MCP
Brave Browser MCP Logo

Brave Browser MCP

Model Context Protocol Integration

Overview

Integrates with Brave browser to enable web automation tasks like opening tabs, navigating pages, and extracting content.

Brave Browser

Integrates with Brave browser to enable web automation tasks like opening tabs, navigating pages, and extracting content.

Installation Instructions


README: https://github.com/mcp2everything/mcp2brave

mcp2brave

一个基于MCP协议的服务器,使用Brave API实现网络搜索功能。

系统要求

  • Python 3.11+
  • UV包管理器
  • Brave API密钥

安装步骤

  1. 克隆项目
git clone <仓库地址>
cd mcp2brave
  1. 创建并编辑环境变量文件
# 添加Brave API密钥到.env文件
.env
  1. 使用UV创建虚拟环境
# 创建并激活虚拟环境
uv venv
# Windows系统使用:
.venv\Scripts\activate
# Linux/Mac系统使用:
source .venv/bin/activate
  1. 安装依赖
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服务器配置文件,加入以下信息


"mcp2brave": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "--with",
        "python-dotenv",
        "--with",
        "beautifulsoup4",
        "--with",
        "requests",
        "fastmcp",
        "run",
        "C:\\Users\\你的真实路径\\mcp2brave.py"
      ],
      "env": {
        "BRAVE_API_KEY": "API密钥"
      }
    }

详细操作步骤

Cline集成

配置

Cline集成

配置

Cline集成

配置

使用示例

搜索示例

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.