← 返回
内容创作 Key 中文

Brave Search MCP Server

Privacy-first Brave Search MCP Server offers AI-powered web, image, video, news, and local POI search with summarization and no tracking for agent use.
隐私优先的 Brave Search MCP 服务器提供 AI 驱动的网页、图片、视频、新闻及本地 POI 搜索,支持摘要,无追踪,适用于智能体。
buddhasource
内容创作 clawhub v1.0.0 1 版本 99924.5 Key: 需要
★ 0
Stars
📥 1,324
下载
💾 85
安装
1
版本
#latest

概述

Brave Search MCP Server

> Privacy-First Search for AI Agents

Official MCP server from Brave integrating the Brave Search API. Provides comprehensive search capabilities including web, images, videos, news, and local points of interest with AI-powered summarization.

Why Brave Search?

🔒 Privacy-Focused

No user tracking, no profiling, no search history surveillance. Unlike Google, Brave Search doesn't build profiles or track behavior.

🤖 AI-Native Features

  • AI-powered summarization (summarizer tool)
  • Structured data for agent consumption
  • Rich context in search results

🌐 Comprehensive Coverage

  • Web Search - General internet search
  • Image Search - Visual content discovery
  • Video Search - Video content from multiple platforms
  • News Search - Current events and journalism
  • Local POI - Businesses, restaurants, services near any location

Installation

# Official Brave Search MCP Server
npm install -g @brave/brave-search-mcp-server

# Or via GitHub
git clone https://github.com/brave/brave-search-mcp-server
cd brave-search-mcp-server
npm install
npm run build

Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@brave/brave-search-mcp-server"],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Get API Key

  1. Visit https://brave.com/search/api/
  2. Sign up for Brave Search API
  3. Free tier: 2,000 queries/month
  4. Paid plans available for higher volume

Available Tools

1. Web Search (brave_web_search)

General purpose internet search.

Agent Usage:

"Search for recent developments in quantum computing"
"Find tutorials on React hooks"
"What are the best practices for Docker security?"

Parameters:

  • query (required) - Search terms
  • count (optional) - Number of results (default 10, max 20)
  • offset (optional) - Pagination offset

2. Local Search (brave_local_search)

Find businesses, restaurants, services near a location.

Agent Usage:

"Find coffee shops near San Francisco"
"Pizza restaurants in Brooklyn"
"Gas stations near Times Square"

Parameters:

  • query (required) - What to search for
  • location (optional) - City, address, coordinates

3. Image Search (brave_image_search)

Visual content discovery.

Agent Usage:

"Find images of the Golden Gate Bridge"
"Product photography for smartphones"
"Infographics about climate change"

4. Video Search (brave_video_search)

Video content from YouTube, Vimeo, and other platforms.

Agent Usage:

"Tutorial videos on machine learning"
"Keynotes from recent tech conferences"
"Documentary about space exploration"

5. News Search (brave_news_search)

Current events and journalism.

Agent Usage:

"Latest news about AI regulation"
"Recent developments in renewable energy"
"Tech industry news this week"

6. Summarizer (brave_web_search with summarizer)

AI-powered summarization of search results.

Agent Usage:

"Summarize current state of quantum computing research"
"Give me a summary of recent climate policy changes"

Use Cases for Agents

Research Assistant

Agent: "What are the latest findings on CRISPR gene editing?"
Brave Search: Returns recent articles, papers, news with summary

Fact Checking

Agent: "Is it true that coffee improves cognitive function?"
Brave Search: Provides sources, studies, verification

Local Discovery

Agent: "Find highly-rated sushi restaurants in Seattle"
Brave Search: Returns businesses with ratings, addresses, hours

Content Discovery

Agent: "Find video tutorials on Kubernetes deployment"
Brave Search: Returns relevant videos from multiple platforms

News Monitoring

Agent: "What's happening with Tesla this week?"
Brave Search: Recent news articles, announcements, coverage

Example Agent Workflow

Human: "I'm planning a trip to Tokyo. Help me prepare."

Agent:
1. brave_web_search("Tokyo travel guide 2026")
2. brave_web_search("Tokyo weather forecast")
3. brave_local_search("best ramen restaurants Tokyo")
4. brave_image_search("Tokyo metro map")
5. brave_news_search("Tokyo events 2026")

Agent: "Here's your Tokyo trip prep:
- Weather: [from search results]
- Top ramen spots: [from local search]
- Metro map: [image links]
- Current events: [from news search]"

vs Google Search

FeatureBrave SearchGoogle Search
--------------------------------------
Privacy✅ No tracking❌ Extensive tracking
AI Summary✅ Built-in⚠️ Limited
API Cost✅ 2K free/month❌ Expensive
Speed✅ Fast✅ Fast
Coverage✅ Independent index✅ Comprehensive
Agent-Friendly✅ Structured data⚠️ Limited

Rate Limits

Free Tier:

  • 2,000 queries/month
  • 1 query/second
  • Web, image, video, news, local search

Pro Tier:

  • Higher volume available
  • Dedicated support
  • See https://brave.com/search/api/ for pricing

Privacy Guarantee

From Brave:

> "Brave Search does not collect personal data, build user profiles, or track individual searches. Your queries are anonymous."

Resources

  • Official MCP Server: https://github.com/brave/brave-search-mcp-server
  • API Documentation: https://brave.com/search/api/
  • API Key Signup: https://brave.com/search/api/
  • Brave Search: https://search.brave.com

Advanced: Custom Configuration

{
  "mcpServers": {
    "brave-search": {
      "command": "node",
      "args": ["/path/to/brave-search-mcp-server/build/index.js"],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY",
        "DEFAULT_COUNT": "15",
        "ENABLE_SUMMARIZER": "true"
      }
    }
  }
}

The search tool every agent needs: Privacy-first, AI-native, comprehensive coverage. Install once, search forever.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,554
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,247
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 862 📥 200,234