← Back to Blog

Adding Web Search to Claude with Brave Search MCP

Vibe Manager Team

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

  1. Get API Key: Go to brave.com/search/api and sign up for the free tier.
  2. Configure in Vibe Manager:
    • Server Name: “brave-search”
    • Command: npx
    • Args: -y @modelcontextprotocol/server-brave-search
    • Env Vars: BRAVE_API_KEY=YOUR_KEY
  3. 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.

Manage Configs

Sync your Claude, Cursor, and Codex configurations in one click with Vibe Manager.

Download Vibe Manager

Find Verified Skills

Discover and install secure, community-verified MCP skills and agent rules from SkillMap.

Browse SkillMap ↗

Related Articles