Skip to content
VS Code

ClawPage for VS Code

io.github.skypher/clawpage-mcp

Extract and structure any web page into clean JSON. Free tier: 10/day.

client:VS Code transport:stdio runtime:npm

Install ClawPage in VS Code

.vscode/mcp.json

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

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

ClawPage in other clients