This project implements a Model Context Protocol (MCP) server for Brave Search, allowing integration with AI assistants like Claude.
mcpServer
{ "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" } } } }
uv --directory path-to\mcp-python\mcp-brave-search\src run server.py