Production MCP server configuration equipping agents with real-time web querying and clean Markdown webpage extraction.
Brave Search & Web Fetcher MCP Profile
Overview
Connects Claude, Cursor, or Codex to real-time web search and page content extraction without cluttering context windows with raw HTML or ads.
Setup Configuration
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}
Key Use Cases
- Looking up current API documentation and library deprecation notices.
- Gathering competitive intelligence or reading GitHub release notes directly.