Give your AI assistant live web search
Your assistant answers from training data that is months old. You want it to search the web right now — news, prices, fresh documentation — and answer with sources.
You need
- · An AI app that supports skills: Claude Desktop, Claude Code, Cursor, VS Code — don't have one yet?
- · The Brave Search skill (free API key from Brave Search API)
- · About 5 minutes
Step by step
- 1Get a free API key
Sign up at brave.com/search/api and create a key on the free plan — no credit card needed. Copy the key, it looks like a long random string.
- 2Install the Brave Search skill
Use the install widget below and replace YOUR_BRAVE_API_KEY in the snippet with your real key before saving.
- 3Restart and search
Fully restart the app, then paste the prompt below.
Install the Brave Search skill
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).
The prompt
Search the web for the latest news from this week about EU AI regulation. Summarize the three most important developments and give me the source link for each.
What you should see
The assistant runs real searches (you'll see the search tool light up), then answers with this week's developments and clickable source links — content that cannot come from training data.
Last reviewed 2026-06-10
If it doesn't work
Run a website? Make sure agents can read it.
Assistants with skills like these are already visiting websites on their owners' behalf. agentics checks free of charge whether yours is readable, findable, and trusted by AI agents.
Run free check →More recipes
You want your AI assistant to actually open websites — compare prices, check availability, read pages that need a real browser — instead of telling you it cannot browse.
Your documents, invoices, and contracts live in folders on your machine — and you want to ask questions about them ("find the contract that mentions X", "sum up these invoices") without uploading anything anywhere.
Your notes, docs, and project pages live in Notion — and you want to ask your assistant about them ("what's the status of project X?") and have it create or update pages for you.