Fetch for VS Code
io.github.modelcontextprotocol/fetch
Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.
client:VS Code
transport:stdio
runtime:pypi
tools:1
Install Fetch in VS Code
.vscode/mcp.json
{
"servers": {
"fetch": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs