Skip to content
VS Code

huoshui fetch for VS Code

io.github.huoshuiai42/huoshui-fetch

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

client:VS Code transport:stdio runtime:pypi

Install huoshui fetch in VS Code

.vscode/mcp.json

{
  "servers": {
    "huoshui-fetch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "huoshui-fetch"
      ]
    }
  }
}

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

huoshui fetch in other clients