brave/brave-search-mcp-server
Overview
brave/brave-search-mcp-server is a TypeScript MCP server licensed under MIT.
Ranked #185 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 17 contributors.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT 7,160 weekly downloads
Signal Breakdown
Stars 774
Freshness 3d ago
Issue Health 52%
Contributors 17
Dependents 7
Forks 140
Description None
License MIT
How to Improve
Description low impact
Matched Queries
From the README
# 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 `BRAVE_MCP_TRANSPORT` environment variable to `http`, or provide the runtime argument `--transport http` when launching the server. #### Response structure of `brave_image_search` 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 thatRead full README on GitHub →
Are you the maintainer? Claim this listing