Quick Start

Getting Started: MCP + ClawdBot in 10 Minutes

Follow these steps to get a fully working ClawdBot with two essential MCPs: Filesystem (scoped) and Brave Search.

Step 1 — Install ClawdBot

Install ClawdBot bash
curl -fsSL https://clawd.bot/install.sh | bash

Step 2 — Add MCP servers

Open your ClawdBot config and paste the template below. Replace paths and keys.

Minimal MCP config json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "./workdir"]
    },
    "brave-search": {
      "url": "https://api.search.brave.com/mcp/",
      "headers": {"Authorization": "Bearer ${BRAVE_API_KEY}"}
    }
  }
}

Step 3 — Verify

Next

Move to the Top 10 list to add GitHub, PostgreSQL, Google Drive, and more.