Skip to content
VS Code

Wick for VS Code

io.github.myleshorton/wick

Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.

client:VS Code transport:stdio runtime:npm

Install Wick in VS Code

.vscode/mcp.json

{
  "servers": {
    "wick": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wick-mcp"
      ]
    }
  }
}

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

Wick in other clients