@brave/brave-search-mcp-server

general MCP Server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.

FreshInstall Ready
generalgeneral
3 views1,438 stars201 forksv2.1.3MIT

Why This Matters

Discovered via unknown and last synced 5d ago.

FreshInstall Ready
Source
unknown
Stars
1,438
Last synced
5d ago
Install
Instructions detected

Install

1. Install the package

npx -y @brave/brave-search-mcp-server --transport http

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "brave-brave-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server",
        "--transport",
        "http"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

15
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (15)

search_lang

(string, optional): Search language (default: "en")

goggles

(array, optional): Custom re-ranking definitions

safesearch

(string, optional): Content filtering ("off", "moderate", "strict", default: "moderate")

offset

(number, optional): Pagination offset (max 9, default: 0)

summary

(boolean, optional): Enable summary key generation for AI summarization

count

(number, optional): Results per page (1-20, default: 10)

extra_snippets

(boolean, optional): Get additional excerpts (Pro plans only)

freshness

(string, optional): Time filter ("pd", "pw", "pm", "py", or date range)

text_decorations

(boolean, optional): Include highlighting markers (default: true)

query

(string, required): Search terms (max 400 chars, 50 words)

spellcheck

(boolean, optional): Enable spell checking (default: true)

country

(string, optional): Country code (default: "US")

result_filter

(array, optional): Filter result types (default: ["web", "query"])

ui_lang

(string, optional): UI language (default: "en-US")

units

(string, optional): Measurement units ("metric" or "imperial")