charlotte for VS Code
io.github.ticktockbent/charlotte
Renders web pages into structured, agent-readable representations using headless Chromium.
client:VS Code
transport:stdio
runtime:npm
Install charlotte in VS Code
.vscode/mcp.json
{
"servers": {
"charlotte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs