Brave Search MCP Server

Official

Brave Search API for web, image, and news searches.

TypeScript 42,000 2940MIT
View on GitHub

Overview

This MCP server provides seamless integration with the Brave Search API, enabling developers to incorporate powerful web search, image search, and news search capabilities into their applications. Built with TypeScript and maintained by Anthropic, this server acts as a bridge between Claude and Brave's search infrastructure, delivering comprehensive search results while maintaining user privacy through Brave's privacy-first approach. The server delivers real-time information retrieval that enhances AI assistants with current web knowledge and diverse content discovery.

The server supports multiple search modalities including standard web searches for general queries, specialized image searches for visual content discovery, and dedicated news searches for current events and journalistic content. It provides structured result formatting that integrates naturally with language models, enabling rich context injection for more informed AI responses. The implementation handles API authentication securely and manages request parameters efficiently to optimize search relevance and performance across all search categories.

This MCP server is compatible with any client that supports the Model Context Protocol, including Claude Desktop and custom applications built on the protocol framework. Typical use cases include augmenting AI assistants with real-time information for current events, supporting research workflows that require diverse source gathering, powering knowledge-intensive applications with fresh web data, and enabling image-based queries within conversational AI systems. Organizations seeking privacy-conscious search integration will find this server particularly valuable for building transparent, user-respecting AI applications.

Installation

npx -y @modelcontextprotocol/server-brave-search

Compatible Clients

Claude DesktopCursor

Related

FAQ

How do I install the Brave Search MCP server?
Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
Which AI clients support the Brave Search MCP server?
The Brave Search MCP server is compatible with Claude Desktop, Cursor. Any MCP-compatible client should work.