Quick Start
Getting Started: MCP + OpenClaw (formerly clawdbot) in 10 Minutes
Follow these steps to get a fully working OpenClaw with two essential MCPs: Filesystem (scoped) and Brave Search.
Step 1 — Install OpenClaw
Install OpenClaw bash
curl -fsSL https://clawd.bot/install.sh | bash Step 2 — Add MCP servers
Open your OpenClaw 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}"}
}
}
} Set ./workdir to your project folder.Store BRAVE_API_KEY in environment variables, not plaintext.
Step 3 — Verify
openclaw status should show MCP servers running.- Ask: “Read README.md and summarize” to verify Filesystem scope.
- Ask: “Search latest MCP news” to verify Brave Search.
⚡️ One-Command Setup
Magic Setup - Zero Config Required
Copy this prompt and paste it into openclaw. It will auto-install 4 essential MCP servers in 30 seconds.
✅ No Config Needed
⏱️ 30s Install
🎯 Covers 80% Use Cases
✓ Verified for Claude 3.5 Sonnet
Next
Move to the Top 10 list to add GitHub, PostgreSQL, Google Drive, and more. Top 10 list.