Brave Search MCP with SSE provides real-time search capabilities through the Brave Search API, delivering results via Server-Sent Events (SSE) for immediate display. Built by Isaac Gounton, it exposes both a standard MCP tool interface for web searches and a dedicated SSE endpoint that maintains persistent connections with clients, broadcasting search results as they arrive. The implementation is containerized with Docker, configured through environment variables, and designed for easy deployment to Coolify. This server is particularly valuable for applications requiring live search results without polling, such as real-time monitoring dashboards or collaborative search interfaces.
Performs a web search using the Brave Search API. Parameters: query (string) - Search query; count (optional number) - Number of results (1-20, default: 10).
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!