Claude Desktop (using the API) doesn’t have built-in web browsing like the web version (Claude.ai). It’s cut off from the internet.
You can fix this with the Brave Search MCP Server.
Why Brave?
Brave offers a privacy-focused Search API that is free (for low volume) and very developer-friendly. It returns clean JSON results, which LLMs love.
Setup Guide
- Get API Key: Go to
brave.com/search/apiand sign up for the free tier. - Configure in Vibe Manager:
- Server Name: “brave-search”
- Command:
npx - Args:
-y @modelcontextprotocol/server-brave-search - Env Vars:
BRAVE_API_KEY=YOUR_KEY
- Sync.
Magic Moments
Now, your desktop Claude is live.
User: “What is the latest version of Next.js?” Claude: Calls brave_search(“current next.js version”) Claude: “The latest version is Next.js 14.1, released on…”
User: “Find the documentation for the Python ‘FastMCP’ library.” Claude: Searches, finds the GitHub repo, and summarizes the README.
Cost
Using the API via Claude Desktop + Brave Search is often cheaper than a $20/month subscription if you are a light user, and it’s much more flexible because you control the tools.