Brave Search MCP Server
About This Server
An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
Server Information
The webpage presents a GitHub repository named "servers" within the "modelcontextprotocol" organization. It specifically focuses on the "src/brave-search" directory, which contains code and related files for integrating the Brave Search API. The repository aims to provide Model Context Protocol (MCP) server implementations, including web and local search capabilities.
ā Key Points:
- The repository provides MCP server implementations.
- Focus is on Brave Search API integration.
- It offers web and local search functionalities.
- The "src/brave-search" directory contains the implementation details.
- API key from Brave Search is required for functionality.
- Docker and NPX deployment options are suggested for usage.
- The "src/brave-search" directory encompasses a Dockerfile, README.md, index.ts, package.json, and tsconfig.json files.
- The README.md file outlines features like web search, local search, flexible filtering, and smart fallbacks.
- It provides instructions for obtaining a Brave Search API key and configuring the server with Claude Desktop.
- Docker build instructions are included for local deployment.
- The project is licensed under the MIT License.
- Features:
- Web Search: Supports general queries, news, articles with pagination and freshness controls.
- Local Search: Facilitates searching for local businesses, restaurants, and services.
- Filtering: Allows users to control result types, safety levels, and content freshness.
- Fallback: Automatically falls back to web search if no local search results are found.
- Tools:
- bravewebsearch: Executes web searches with pagination and filtering options (query, count, offset).
- bravelocalsearch: Searches for local businesses and services (query, count) with web search fallback.
- Docker Build: Docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .
- Configuration: API key is required from Brave Search.
š Main Findings:
š Details:
šÆ Conclusion:
The webpage details a component of the "modelcontextprotocol/servers" GitHub repository, specifically the "src/brave-search" directory, which implements an MCP server for Brave Search integration. It supports web and local search with configuration instructions provided, along with Docker build and MIT license information.
Server Features
Web Search
General queries, news, articles, with pagination and freshness controls
Local Search
Find businesses, restaurants, and services with detailed information
Flexible Filtering
Control result types, safety levels, and content freshness
Smart Fallbacks
Local search automatically falls back to web when no results are found
Provider Information
Modelcontextprotocol
cloud Provider