Skip to content
Cursor

web fetch mcp for Cursor

io.github.kylinmountain/web-fetch-mcp

MCP server for web content fetching, summarizing, comparing, and extracting information

client:Cursor transport:stdio runtime:npm

Install web fetch mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "web-fetch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "HTTP_PROXY": "<HTTP_PROXY>",
        "HTTPS_PROXY": "<HTTPS_PROXY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

web fetch mcp in other clients