web-researcher-mcp

0

MCP server (Go) for AI assistants: web search, content extraction, academic/patent/news research. Multi-provider routing, 4-tier scraping, search lenses. Works with Claude, Cursor, and any MCP client.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "command": "go", "args": [ "run", "./cmd/web-researcher-mcp" ], "env": { "GOOGLE_CUSTOM_SEARCH_API_KEY": "${GOOGLE_CUSTOM_SEARCH_API_KEY}", "GOOGLE_CUSTOM_SEARCH_ID": "${GOOGLE_CUSTOM_SEARCH_ID}" } }