by brave · MCP Server · ★ 969
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Brave Search MCP Server An MCP server implementation that integrates the Brave Search API, providing comprehensive search capabilities including web search, local business search, image search, video search, news search, and AI-powered summarization. This project supports both STDIO and HTTP transports, with STDIO as the default mode. Migration 1.x to 2.x Default transport now STDIO To follow established MCP conventions, the server now defaults to STDIO. If you would like to continue using HTTP, you will need to set the environment variable to , or provide the runtime argument when launching the server. Response structure of Version 1.x of the MCP server would return base64-encoded image data along with image URLs. This dramatically slowed down the response, as well as consumed unnecessarily context in the session. Version 2.x removes the base64-encoded data, and returns a response object that more closely reflects the original Brave Search API response. The updated output schema is defined in . Tools Web Search () Performs comprehensive web searches with rich result types and advanced filtering options. Parameters: q
| Stars | 969 |
| Forks | 154 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 56.986/100 |
| Open Issues | 20 |
| Last Updated | 2026-05-03 |
| Created | 2025-06-12 |
| Platforms | mcp, node |
| Est. Tokens | ~58k |
These tools work well together with brave-search-mcp-server for enhanced workflows:
Explore other popular mcp server tools:
brave-search-mcp-server is an open-source mcp server by brave with 969 GitHub stars.
brave-search-mcp-server is primarily written in TypeScript.
You can find installation instructions and usage details in the brave-search-mcp-server GitHub repository at github.com/brave/brave-search-mcp-server. The project has 969 stars and 154 forks, indicating an active community.
brave-search-mcp-server is released under the MIT license, making it free to use and modify according to the license terms.