
Charlotte
Supports UIby ticktockbent
Token-efficient browser MCP server providing structured web pages for AI agents instead of raw dumps.
What it does
Charlotte provides AI agents with a structured, token-efficient representation of the web. Instead of dumping massive accessibility trees, it decomposes pages into landmarks, headings, and interactive elements, reducing token usage by up to 182x compared to standard browser tools.
Tools
- navigate: Visit a URL and get a compact orientation of the page.
- observe: Get a structured summary of the page's interactive elements.
- find: Perform spatial and semantic searches for specific elements.
- click/type/submit: Interact with the page using stable element IDs.
- dev_audit: Perform accessibility, performance, and SEO checks.
Installation
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": ["@ticktockbent/charlotte"]
}
}
}
Supported hosts
- Claude
- Cursor
- Windsurf
- VS Code Copilot
- Zed
Quick install
npm install -g @ticktockbent/charlotteInformation
- Pricing
- free
- Published
- 5/2/2026
- stars





