Brave Search MCP Server
OfficialRelated Servers
Alternatives to Brave Search MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceIntegrates Brave Search API to provide web, local, video, image, news, summarizer, place search, and LLM context capabilities through MCP.822,398 npmMIT
- AlicenseAqualityDmaintenanceAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities5361 npm126GPL 3.0
- -licenseNot gradedqualityAmaintenanceAn MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.16,849 npm90,569MIT
- AlicenseBqualityDmaintenanceEnables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.413 npmMIT
- AlicenseNot gradedqualityDmaintenanceIntegrates the Brave Search API to provide comprehensive web and local search capabilities. It enables users to perform general web queries, search for news, and find local business information with smart fallback functionality.16,849 npmMIT
- AlicenseBqualityCmaintenanceEnables Brave Search and web content fetching via MCP, and integrates as LangChain tools for AI agents.2MIT
TDQS
Scored across 8 tools
Most tools target clearly different content types (image, video, news), and the descriptions include helpful when-to-use guidance. However, brave_local_search and brave_place_search both cover businesses/POIs, and brave_web_search also claims location-based queries, creating real selection ambiguity.
Six tools follow a consistent brave_<type>_search pattern, making the set largely predictable. brave_llm_context and brave_summarizer break the _search suffix convention, but they still share the brave_ prefix and are readable without confusion.
Eight tools is well-scoped for a search-focused server, mapping cleanly to Brave's verticals: web, image, news, video, local, place, LLM context, and summarization. Each tool has a distinct API-backed purpose and earns its place.
The server covers the major Brave Search API surface comprehensively, including standard vertical searches plus LLM context and summarization. Since search is inherently read-only, there are no missing lifecycle operations or dead ends.