Skip to content

MCP server

Brave Search MCP server

Brave's official MCP server gives AI live web, news, image, video and local search from Brave's own independent index.

At a glance

Maintained by
Brave
Tools exposed
8 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

An assistant without search only knows what it learned in training. The Brave Search MCP server lets it look things up: general web results, news, images, videos and local places, plus a summarizer and a tool that returns content prepared for AI use. Brave runs its own search index rather than reselling another engine's results.

For business teams, live search turns an assistant into a research helper. It can check a company before a sales call, find recent news about a supplier or look up a regulation that changed last month.

The server replaces the older MCP reference server for Brave Search, which is now archived. It needs a Brave Search API key, and usage is billed by Brave's API plans. All tools are read-only, so the main risks are cost and the quality of what the assistant does with the results.

We ask assistants to cite the pages they used for every answer, so a person can check the facts before acting on them. For research at scale, we also cache results to avoid paying for the same search twice.

Use cases

Best business use cases

Sales research

Look up a prospect before a call. See AI sales research.

News monitoring

Find recent news about customers, suppliers or competitors.

Local search

Find local businesses and places for field or sales teams.

Price checks

Find competitor listings as a starting point. See price monitoring.

Fact checks

Check a claim against current sources.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Read-only web search; no write actions.

  • brave_web_search

    Web search with rich results and filters.

  • brave_local_search

    Finds local businesses and places.

  • brave_news_search

    Finds current news articles.

  • brave_image_search

    Finds images with metadata.

  • brave_video_search

    Finds videos with metadata.

  • brave_summarizer

    Summarizes web search results.

  • brave_place_search

    Finds points of interest in an area.

  • brave_llm_context

    Returns pre-extracted web content for grounding and RAG.

Workflows

Example workflows

Pre-call company brief

  1. 1

    A rep asks for a brief on a prospect.

  2. 2

    The assistant searches the web and news.

  3. 3

    It summarizes what the company does and recent events.

  4. 4

    It lists sources for each point.

  5. 5

    The rep checks the key facts before the call.

Weekly supplier news

  1. 1

    A list of key suppliers is set up.

  2. 2

    Each week the assistant runs news searches.

  3. 3

    It flags anything about delays, recalls or ownership changes.

  4. 4

    It sends a short digest with links.

  5. 5

    Purchasing reviews and follows up.

Prompts

Example prompts

  • “Give me a one-page brief on this company, with sources, before my call tomorrow.”

  • “Find news from the last 30 days about our three biggest suppliers.”

  • “List coffee shops within two kilometers of our new office.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "brave-search": {
            "command": "docker",
            "args": [
                "run",
                "-i",
                "--rm",
                "-e",
                "BRAVE_API_KEY",
                "docker.io/mcp/brave-search"
            ],
            "env": {
                "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
            }
        }
    }
}

Claude Code: terminal

claude mcp add brave-search -e BRAVE_API_KEY="YOUR_API_KEY" -- npx -y @brave/brave-search-mcp-server
  • Local server: stdio (default) or local http. npm: @brave/brave-search-mcp-server. Docker: docker.io/mcp/brave-search.
  • Needs: BRAVE_API_KEY (Brave Search API key) or BRAVE_API_KEY_FILE.

Security

Security considerations

  • Untrusted content

    Web pages can contain text written to mislead an AI. Treat results as data, not instructions.

  • Protect the API key

    Store the key outside version control and rotate it if it leaks.

  • Watch usage

    Searches are billed or rate limited. Set limits and monitor use.

  • Check sources

    Ask for sources and check a sample of answers by hand.

Related servers

Servers that pair well with it

Exa

Exa's official hosted MCP server gives AI search built for AI use, page fetching, advanced filters and a research agent.

Tavily

Tavily's official MCP server gives AI web search, content extraction, site mapping and crawling, all built for AI use.

Fetch

The MCP project's reference Fetch server lets AI download a web page and read it as clean text or markdown.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.