Back to Home
brave icon

brave-search-mcp-server

Verified Safe

by brave

Overview

Integrates the Brave Search API to provide comprehensive search capabilities including web, local business, image, video, news, and AI-powered summarization.

Installation

Run Command
BRAVE_API_KEY=YOUR_API_KEY_HERE npx -y @brave/brave-search-mcp-server --transport http

Environment Variables

  • BRAVE_API_KEY
  • BRAVE_MCP_TRANSPORT
  • BRAVE_MCP_PORT
  • BRAVE_MCP_HOST
  • BRAVE_MCP_LOG_LEVEL
  • BRAVE_MCP_ENABLED_TOOLS
  • BRAVE_MCP_DISABLED_TOOLS

Security Notes

The server correctly handles API keys via environment variables or CLI arguments, avoiding hardcoded secrets. Input parameters are validated using Zod schemas for various tools, ensuring data integrity. The 'goggles' parameter in search requests is sanitized to accept only HTTPS URLs, preventing arbitrary URL injection. Client-side rate limiting logic is present in `src/utils.ts` but commented out in the `issueRequest` function in `src/BraveAPI/index.ts`, implying reliance on upstream Brave API rate limits, which is not a critical vulnerability but means the server itself won't throttle outbound requests.

Similar Servers

Stats

Interest Score97
Security Score9
Cost ClassMedium
Avg Tokens500
Stars399
Forks88
Last Update2025-12-10

Tags

Brave SearchWeb SearchAI SummarizationAPI IntegrationMCP Server