MCP ConfigsMay 13, 2026·2 min read

charlotte — Token-Efficient Browser MCP Server

Charlotte is a token-efficient browser MCP server: agents get a compact page summary by default, then query only the elements they need.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 3b1e122c-2baa-53b3-afa9-337628893644 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

Charlotte is a token-efficient browser MCP server: agents get a compact page summary by default, then query only the elements they need.

Best for: Agents that browse large pages and must keep tool-call payloads small

Works with: Node.js 20+, MCP clients, headless Chromium

Setup time: 5-15 minutes

Key facts (verified)

  • GitHub: 140 stars · 20 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npm install -g @ticktockbent/charlotte.

Main

  • Use Charlotte when a full accessibility-tree dump is too expensive: it’s designed to return a compact orientation on navigation and expand only on demand.

  • Pick a tool profile to reduce definition overhead (README lists core/browse/full); start with --profile core for minimal tools.

  • For production browsing, combine navigate + find/observe so your agent asks for exactly the region or element it needs, not the whole page.

Source-backed notes

  • README positions Charlotte as a structured browser MCP server and compares output size against Playwright MCP.
  • README’s benchmark table includes the Hacker News example: 336 characters for Charlotte navigate vs 61k+ for Playwright’s navigate dump.
  • README documents startup tool profiles and shows charlotte --profile core|browse|full as the entrypoint.

FAQ

  • Do I need Docker?: No — README shows npm global install; Docker is optional.
  • Will it work with my MCP client?: If your client supports stdio MCP servers, the README shows example configs for Claude Code, Cursor, and others.
  • What’s the safest first test?: Run charlotte --profile core and try navigating to example.com, then use find to locate a single link.
🙏

Source & Thanks

Source: https://github.com/TickTockBent/charlotte > License: MIT > GitHub stars: 140 · forks: 20

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets