
Brave Search Mcp Server
Give your agent programmatic Brave web, image, video, and AI-summary search while validating ideas and scanning competitors.
Overview
Brave Search MCP Server is an idea-phase MCP server that exposes Brave web, image, video, rich-result, and AI-summary search to agents via stdio.
What is this MCP server?
- Official Brave Search MCP server (npm @brave/brave-search-mcp-server)
- Web results plus images, videos, rich results, and AI summaries in one integration
- Stdio transport with BRAVE_API_KEY as the required credential
- Registry version 2.0.53 aligned with Brave’s MCP publishing schema
- GitHub source at brave/brave-search-mcp-server for transparent updates
- Published server version 2.0.53 on npm
- Required secret env BRAVE_API_KEY
- Surfaces web, images, videos, rich results, and AI summaries per description
Community signal: 1.2k GitHub stars.
What problem does it solve?
Agents hallucinate or cite stale training data when builders need live web evidence during research and competitor scans.
Who is it for?
Solo builders doing market scans, competitor checks, and source gathering before validation or build commitments.
Skip if: Teams that need logged-in browser automation, paywalled account actions, or deep SERP SEO tooling instead of general web search.
What do I get? / Deliverables
After adding BRAVE_API_KEY and the MCP entry, your agent can retrieve current Brave search results and summaries inside the IDE workflow.
- Live Brave web, image, and video search results inside agent sessions
- Rich results and AI summary snippets for faster research synthesis
- Repeatable search tool calls without maintaining custom crawl code
Recommended MCP Servers
Journey fit
Early journey research depends on fresh external facts; this server is shelved under idea because builders install it before they commit to a build path. Research covers open-web discovery, source gathering, and quick synthesis—matching Brave’s multi-modal search and summary outputs.
How it compares
First-party web search MCP, not an agent skill for brainstorming or a dedicated SEO rank tracker.
Common Questions / FAQ
Who is Brave Search MCP Server for?
It is for developers using MCP agents who want Brave-backed live search, media results, and summaries without custom scrapers.
When should I use Brave Search MCP Server?
Use it during idea research and early validation whenever you need up-to-date pages, images, videos, or quick AI summaries from the open web.
How do I add Brave Search MCP Server to my agent?
Install @brave/brave-search-mcp-server from npm, set BRAVE_API_KEY, and configure the stdio MCP server in Claude Code, Cursor, or your client’s MCP settings.