ipIterPrompt
MCP serverWeb & SearchVerified Last verified 2026-07-24

Brave Search MCP Server

by Brave

An MCP server that integrates the Brave Search API so an agent can run web and local searches for fresh, current results. It supports general web queries plus news, and local business/points-of-interest search, with filtering options. It requires a Brave Search API key and works with any MCP-compatible host.

Works with

The Model Context Protocol (MCP).

When to use it

  • Answering questions that need up-to-date, post-training information
  • Adding a citeable web-search step to an agent workflow
  • Independent search that isn't tied to a single big provider

When not to

  • When you specifically need a browser to interact with pages — use a browser-automation server instead

What it does

  • Run live web searches for current information
  • Search news and recent articles
  • Look up local businesses and points of interest

How to install

Setup steps with copy-paste config. Sources are cited under each method.

npx (API key)

Requires: Node.js · A Brave Search API key

  1. Get a Brave Search API key

    Create an API key in the Brave Search API dashboard.

  2. Add to your MCP config

    Provide the API key as an environment variable.

    json
    {
      "mcpServers": {
        "brave-search": {
          "command": "npx",
          "args": ["-y", "@brave/brave-search-mcp-server"],
          "env": { "BRAVE_API_KEY": "<your-api-key>" }
        }
      }
    }

How to prompt it

Copy-paste prompts written to exercise this plugin, with what to expect.

Research with citations

You need current facts the model wasn't trained on.

Search the web for the latest changes in this framework's v3 release and summarize them with source links.

What to expect: The agent runs a live Brave search and answers with a summary plus source URLs, rather than relying on stale training data.

  • Ask explicitly for source links so you can verify each claim.

Tips for getting the most out of it

  • Keep your API key in environment variables, never in a committed config file.
  • Prompt for citations — web results are only useful if you can check them.

Prompts to pair with it

Real prompts from the IterPrompt library you can copy or run.

Search Specialist Agent

Expert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles competitive analysis and fa

3,471 copiesOpen ↗

User Research Synthesizer

Turn raw interview notes into themes, quotes, and design implications.

2,760 copiesOpen ↗

Research Paper Deep Reader

Extract claims, methods, and limitations from any paper — with skepticism built in.

2,480 copiesOpen ↗

Meeting Prep Researcher

Walk into every external meeting with a one-page brief built from your notes.

1,430 copiesOpen ↗

LLM Researcher

Turn any AI chat into a llm researcher with this community persona prompt.

4,423 copiesOpen ↗

In-Depth Article Enhancement with Research

Turn any AI chat into an in-depth article enhancement with research with this community persona prompt.

1,671 copiesOpen ↗
See more prompts in the library

Frequently asked questions

Do I need an API key?+

Yes — the server calls the Brave Search API, which requires a key. Brave offers tiered plans; confirm current limits and pricing on Brave's API page.

Pairs well with

Related guides

Alternatives to Brave Search MCP Server

Sources & verification

The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.

Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.