The Brave Search MCP Server is a robust implementation that integrates the Brave Search API, offering both web and local search functionalities. It is designed to handle general queries, news, and articles with features like pagination and freshness controls. Additionally, it supports local searches for businesses and services, providing detailed information and smart fallbacks to web search when no local results are found. The server is highly configurable with flexible filtering options to control result types, safety levels, and content freshness. This makes it a versatile tool for developers looking to incorporate advanced search capabilities into their applications using the Brave Search API.
Execute web searches with pagination and filtering. Inputs: query (string): Search terms, count (number, optional): Results per page (max 20), offset (number, optional): Pagination offset (max 9)
Search for local businesses and services. Inputs: query (string): Local search terms, count (number, optional): Number of results (max 20). Automatically falls back to web search if no local results found.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs