← Back to browse

web-retrieval-mcp

Indexed by io.github.VelvetSP

About

MCP web search + tiered web fetch for AI agents (Exa, Firecrawl), SSRF-guarded, cross-platform.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEXA_API_KEY FIRECRAWL_API_KEY
Claude Code
claude mcp add --env EXA_API_KEY= --env FIRECRAWL_API_KEY= web-retrieval-mcp -- uvx web-retrieval-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"web-retrieval-mcp","command":"uvx","args":["web-retrieval-mcp"],"env":{"EXA_API_KEY":"","FIRECRAWL_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "web-retrieval-mcp": {
      "command": "uvx",
      "args": [
        "web-retrieval-mcp"
      ],
      "env": {
        "EXA_API_KEY": "",
        "FIRECRAWL_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.