MCPdir β€” MCP Server Directory
πŸ‡¬πŸ‡§ πŸ‡ͺπŸ‡Έ

Brave Search MCP

by mikechao

Give your AI agent access to real-time web search without tracking

search Node.js Beginner Self-hostable No API key Verified
πŸ“… Updated: 1mo ago

Description

Large language models are powerful reasoners, but their knowledge has a hard cutoff date. Brave Search MCP solves this by letting your AI agent query the open web in real time through Brave's independent search index. When your agent needs to verify a fact, look up recent documentation, or find current pricing, it can search the web directly and incorporate fresh results into its response, no browser required. The server exposes two focused tools: web search for general queries and local search for location-based results. This simplicity is intentional. Rather than wrapping an entire browser automation framework, Brave Search MCP does one thing well: it retrieves relevant, up-to-date information from the web and delivers it in a structured format your agent can reason over. The Brave Search API also operates on an independent index, not resold Google results, which means you sometimes get different and complementary perspectives on a topic. Getting started takes under five minutes. Sign up for a free Brave Search API key, set the environment variable, and add the server to your MCP client. The free tier is generous enough for personal development use, and paid plans scale for heavier workloads. Because the server runs locally via stdio, your queries never pass through a third-party proxy beyond Brave's own API.

βœ… Best for

Developers who want their AI agent to access real-time web information with a privacy-first search engine

⏭️ Skip if

You need deep web scraping or page content extraction β€” use a browser automation MCP instead

πŸ’‘ Use cases

  • Ground AI responses with up-to-date facts from the web
  • Research current library versions, API changes, or deprecation notices
  • Find local businesses, restaurants, or services by location
  • Verify claims or statistics your agent is uncertain about

πŸ‘ Pros

  • βœ“ Simple and focused: two tools that do web search well
  • βœ“ Independent search index, not resold Google results
  • βœ“ Free API tier available for personal and development use
  • βœ“ Privacy-respecting search with no user tracking

πŸ‘Ž Cons

  • βœ— Requires a Brave Search API key even for the free tier
  • βœ— Smaller index than Google means occasional gaps in niche topics

πŸ”§ Exposed tools (2 tools)

ToolCategoryDescription
brave_web_searchsearchSearch the web using Brave's independent search index
brave_local_searchsearchSearch for local businesses and places by location

⚑ Installation

Prerequisites:

  • β€’ Node.js
claude mcp add brave-search -- npx @anthropic-ai/brave-search-mcp@latest

πŸ’‘ Tips & tricks

The free Brave Search API tier gives you 2,000 queries per month, which is plenty for development. Set BRAVE_API_KEY in your shell profile so all MCP clients pick it up. For local search results, make sure to include a city or region in your query for best accuracy. Combine this server with a browser MCP if you need to fetch full page content after finding a URL.

Quick info

Author
mikechao
License
Runtime
Node.js
Transport
stdio
Category
search
Difficulty
Beginner
Self-hostable
βœ…
API key
No API key needed
Docker
β€”
Version
0.0.0
Updated
Jan 20, 2026

Client compatibility

  • βœ… Claude Code
  • βœ… Cursor
  • βœ… VS Code Copilot
  • βœ… Gemini CLI
  • βœ… Windsurf
  • βœ… Cline
  • βœ… JetBrains AI
  • βœ… Warp

Platforms

🍎 macOS 🐧 Linux πŸͺŸ Windows