Submit

Brave Search Mcp Server

@Brave

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.
Overview

What is Brave Search MCP Server?

Brave Search MCP Server is an implementation that integrates the Brave Search API, offering extensive search capabilities including web, local business, image, video, and news searches, along with AI-powered summarization.

How to use Brave Search MCP Server?

To use the server, you can run it via STDIO or HTTP. Set the BRAVE_MCP_TRANSPORT environment variable to http for HTTP mode, or use the default STDIO mode. You will need a Brave Search API key to access the features.

Key features of Brave Search MCP Server?

  • Comprehensive search capabilities across various media types (web, local, images, videos, news).
  • AI-powered summarization of search results.
  • Supports both STDIO and HTTP transports.
  • Customizable search parameters for tailored results.

Use cases of Brave Search MCP Server?

  1. Conducting detailed web searches for information.
  2. Finding local businesses and services.
  3. Searching for images and videos related to specific queries.
  4. Accessing current news articles and updates.
  5. Generating concise summaries from search results for quick insights.

FAQ from Brave Search MCP Server?

  • What is required to use the server?

You need a Brave Search API key and can choose between STDIO or HTTP transport modes.

  • Is there a limit on the number of queries?

Yes, the free plan allows 2,000 queries per month, while Pro plans offer enhanced features.

  • Can I customize my search results?

Yes, you can customize parameters like country, language, and result types to refine your search.

Server Config

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.