MCP Directory
Back

charlotte

by TickTockBent · TypeScript · ★ 134

Token-efficient browser MCP server — structured web pages for AI agents, not raw accessibility dumps

#ai-agents#mcp#mcp-server#model-context-protocol#typescript#web-browsing#web-scraping

Install

npx -y github:TickTockBent/charlotte

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "charlotte": {
      "command": "npx",
      "args": [
        "-y",
        "github:TickTockBent/charlotte"
      ]
    }
  }
}

From the README

**The Web, Readable.** Your AI agent spends 60,000 tokens just to look at a web page. Charlotte does it in 336. Charlotte is an MCP server that gives AI agents structured, token-efficient access to the web. Instead of dumping the full accessibility tree on every call, Charlotte returns only what the agent needs: a compact page summary on arrival, targeted queries for specific elements, and full detail only when explicitly requested. The result is 25-182x less data per page compared to [Playwright MCP](https://github.com/anthropics/playwright-mcp), saving thousands of dollars across productio…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers