openchrome and chrome-local-mcp

The two tools are competitors, as both aim to provide a Multi-Control Protocol (MCP) server for automating Chrome, but they differ in their approach and intended use-case: `shaun0927/openchrome` focuses on controlling a "real Chrome" instance for AI agents, implying a more general and potentially distributed automation solution, while `callmehuyv/chrome-local-mcp` specifically targets local Chrome automation for "Claude Code" powered by Puppeteer, suggesting a more specialized and constrained local development environment.

openchrome
70
Verified
chrome-local-mcp
49
Emerging
Maintenance 13/25
Adoption 19/25
Maturity 20/25
Community 18/25
Maintenance 13/25
Adoption 5/25
Maturity 18/25
Community 13/25
Stars: 148
Forks: 23
Downloads: 9,186
Commits (30d): 0
Language: TypeScript
License: MIT
Stars: 9
Forks: 2
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
No risk flags
No risk flags

About openchrome

shaun0927/openchrome

Open-source browser automation MCP server. Control your real Chrome from any AI agent.

Implements MCP server that connects directly to Chrome via Chrome DevTools Protocol (CDP), eliminating middleware overhead while maintaining real browser sessions and login state across parallel tabs. Includes 27 harness subsystems—hint engine with 30+ rules, outcome classification, pattern learning, and DOM compression achieving 15x token efficiency—that guide AI agents and prevent costly error cascades. Achieves ~300MB memory for 20 parallel sessions versus 5GB+ for traditional approaches, while remaining invisible to bot detection and enabling authenticated cross-site operations.

About chrome-local-mcp

callmehuyv/chrome-local-mcp

A local Chrome browser automation MCP server for Claude Code, powered by Puppeteer

Implements persistent browser sessions with real Chrome profiles, accessibility snapshots (reducing vision token costs), and batch actions—all via a single stdio-based MCP server that requires zero configuration. Includes 22 specialized tools optimized for Claude Code workflows, plus optional local OCR via Apple Vision and a REST API for external integrations.

Scores updated daily from GitHub, PyPI, and npm data. How scores work