Token-efficient browser MCP server — structured web pages for AI agents, not raw accessibility dumps
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"TickTockBent/charlotte"
]
}
}
}
Run in terminal:
claude mcp add charlotte npx -y TickTockBent/charlotte
Add to .cursor/mcp.json:
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"TickTockBent/charlotte"
]
}
}
}