mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Search

Brave Search

Official Brave Search MCP server providing web, local, image, video, and news search through the Brave Search API.

by BraveRepository →Source →
Installnpx -y @brave/brave-search-mcp-server

The Brave Search MCP server is the official server maintained by Brave. It gives LLMs access to the Brave Search API for privacy-respecting web search and related result types. An API key from Brave Search is required.

Capabilities

  • Web, local, image, video, and news search
  • Privacy-respecting results via the Brave Search API
  • Configurable result counts and filtering

Usage

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