Skip to content
VS Code

website to json for VS Code

io.github.dataleadspro/website-to-json

Turn any webpage into structured JSON with CSS-selector schemas - strings select text, attributes

client:VS Code transport:streamable-http tools:1

Install website to json in VS Code

.vscode/mcp.json

{
  "servers": {
    "website-to-json": {
      "type": "http",
      "url": "https://data.dataleads.pro/mcp/website-to-json"
    }
  }
}

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

What VS Code can do once it is connected

website to json in other clients