Developer Tools
Chrome MCP
hangwin/mcp-chrome exposes your running Chrome (cookies, logins, extensions) to MCP clients via mcp-chrome-bridge. Prefer this when agents need your authenticated browsing context instead of a clean Playwright profile.
Stars
12.1k
Installs
160.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 12.1k · catalog
- Freshness: Updated 2026-07-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"chrome-mcp-server": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://127.0.0.1:12306/mcp"]
}
}
}