trackmcp
Back to directory
zed-extensions

mcp-server-brave-search

View on GitHub

MCP Server for Brave Search

18 stars RustServers & Infrastructure Updated Oct 13, 2025

Documentation

mcp-server-brave-search

Zed extension that wraps the official Brave Search MCP server: `@brave/brave-search-mcp-server`. See the upstream project for features and usage details: brave/brave-search-mcp-server.

Configuration

This MCP server requires an API key.

1. Sign up for a Brave Search API account

2. Choose a plan (Free tier available with 1,000 queries/month)

3. Generate your API key from the developer dashboard

In your Zed settings:

json
{
    "context_servers": {
        "mcp-server-brave-search": {
          "settings": {
              "brave_api_key": "YOUR_API_KEY"
          }
        }
    }
}

Frequently asked questions

What is mcp-server-brave-search?

mcp-server-brave-search is MCP Server for Brave Search

How do I install mcp-server-brave-search?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-brave-search open source?

Yes — it is hosted on GitHub at https://github.com/zed-extensions/mcp-server-brave-search and has 18 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP