Loading languages...
@T

@thomasvan/mcp-brave-search

@thomasvan

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

brave
search
ai
assistant
claude

# mcpServer Config

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

# stdio

uv --directory path-to\mcp-python\mcp-brave-search\src run server.py
Transport:
stdio
Taal:
Python
Gemaakt:4/26/2025
Bijgewerkt:4/26/2025