Research Analyst
Market + web intelligence
41K
installs
MCPs
brave-searchfetchmemory
Setup steps
- 1.Install Claude Desktop and open MCP settings.
- 2.Add the three server entries below to claude_desktop_config.json.
- 3.Restart Claude. Ask: 'Summarize the AI model leaderboard changes this week.'
Config
{
"mcpServers": {
"brave": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { "BRAVE_API_KEY": "…" } },
"fetch": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"] },
"memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"] }
}
}