Brave Search
Live web search results inside your assistant.
The Brave Search skill lets an assistant run real web searches and read the results — news, current prices, fresh documentation. It needs a free API key from Brave (no credit card for the free tier). Once connected, prompts like "search the web for X and summarize" actually work instead of being answered from stale training data.
Install Brave Search
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@brave/brave-search-mcp-server"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}Before saving, replace YOUR_BRAVE_API_KEY with your key from Brave Search API (free tier).
Recipes using this skill
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Brave Search are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →