charlotte for Cursor
io.github.ticktockbent/charlotte
Renders web pages into structured, agent-readable representations using headless Chromium.
client:Cursor
transport:stdio
runtime:npm
Install charlotte in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"charlotte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs