MCP Setup Guide

How to Set Up Brave Search MCP with ClawdBot

Real-time web search with generous free quota.

Overview

Quick Start

If your provider offers a hosted MCP endpoint, use a URL-based config:

Hosted MCP Config json
{
  "brave-search": {
    "url": "https://YOUR_BRAVE_SEARCH_MCP_ENDPOINT"
  }
}

For local or self-hosted servers, use a CLI bridge and keep secrets in environment variables:

Local CLI Config json
{
  "brave-search": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://YOUR_BRAVE_SEARCH_MCP_ENDPOINT"],
    "env": {
      "BRAVE_SEARCH_API_KEY": "YOUR_BRAVE_SEARCH_API_KEY"
    }
  }
}

Common Pitfalls

Example Prompts

Related MCPs