Back to directory
arben-adm/brave-mcp-search

arben-adm/brave-mcp-search

@arben-adm

This project implements a Model Context Protocol (MCP) server for Brave Search, allowing integration with AI assistants like Claude.

searchbraveweb-searchlocal-searchmcpclaudepythoncontext

Installation & Configuration

{
  "mcpServers": {
    "brave-search": {
      "command": "uv",
      "args": [
        "--directory",
        "path-to/mcp-python/brave-mcp-search/src",
        "run",
        "server.py"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY_HERE"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15