Skip to content
VS Code

Fetch URL MCP Server for VS Code

io.github.j0hanz/fetch-url-mcp

An MCP server that fetches web pages and converts them to clean, readable Markdown.

client:VS Code transport:stdio runtime:npm

Install Fetch URL MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "fetch-url-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ]
    }
  }
}

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

Fetch URL MCP Server in other clients