Skip to content
Cline

web-retrieval-mcp for Cline

io.github.velvetsp/web-retrieval-mcp

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

client:Cline transport:stdio runtime:pypi

Install web-retrieval-mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web-retrieval-mcp": {
      "command": "uvx",
      "args": [
        "web-retrieval-mcp"
      ],
      "env": {
        "EXA_API_KEY": "<EXA_API_KEY>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

web-retrieval-mcp in other clients