Odel
Brave DevTools MCP

Brave DevTools MCP

Local
@triuzzi28TypeScriptApache-2.0Updated 1w ago

MCP server and CLI for Brave DevTools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrave-mcpv1.8.0

Run

npx -y brave-mcp

MCP client config

{
  "mcpServers": {
    "brave-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brave-mcp"
      ]
    }
  }
}