Web Research
SearchAugments LLMs with better research capabilities using Google search and webpage extraction.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"web-research": {
"command": "npx",
"args": [
"-y",
"@mzxrai/mcp-webresearch"
]
}
}
}