website to json for Claude Desktop
io.github.dataleadspro/website-to-json
Turn any webpage into structured JSON with CSS-selector schemas - strings select text, attributes
client:Claude Desktop
transport:streamable-http
tools:1
Install website to json in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"website-to-json": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/website-to-json"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs