Brave Search MCP Server

Active

An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.

United States
Updated 8/2/2025
Key Features

What makes this MCP server special

Web Search
Local Web Search

Requirements

Docker
NPX
Server Information

Status

Active

Location

United States

Version

1.0.0

License

MIT

Author

https://brave.com/

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

-

2. Configuration

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

3. Usage Example

What is MCP ?