Skip to content
VS Code

FetchV2 for VS Code

io.github.praveenc/fetchv2-mcp-server

Fetch and extract web pages, discover links, and read llms.txt documentation indexes.

client:VS Code transport:stdio runtime:pypi

Install FetchV2 in VS Code

.vscode/mcp.json

{
  "servers": {
    "fetchv2-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fetchv2-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FetchV2 in other clients