MCP ConfigsMay 11, 2026·3 min read

Chrome MCP Server — Extension-Based Browser MCP

mcp-chrome turns Chrome into an MCP server via an extension + bridge. Install mcp-chrome-bridge, load the extension, then connect to 127.0.0.1:12306/mcp.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 17/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install e10ca754-dc37-41c7-b94a-fdad9e5de1bf
Intro

Chrome MCP Server is a verified GitHub-backed asset sourced from hangwin/mcp-chrome with 11,586 stars and a MIT license snapshot. Best for: users who want Chrome automation via MCP without spawning a separate browser process, relying on an installed extension. Works with: Node.js 20+, Chrome/Chromium, MCP clients that support streamable HTTP or stdio (per repo). Setup time: 10 minutes.

Quantitative notes


Deep Dive

What it solves

Use this when you need a repeatable, team-shareable workflow instead of one-off agent prompts. The goal is to make installation, first-run validation, and rollback predictable.

Minimal mental model

  • Treat the GitHub repo as the source of truth: install instructions, configs, and upgrade paths live there.
  • Keep your first run small: one command, one verification, one rollback plan.
  • Capture a baseline: setup time, first successful run, and one real task completed end-to-end.

Safe rollout checklist

  1. Verify source: confirm repo URL, stars, and license match what you expect.
  2. Install using the Quick Use commands above.
  3. Prove it works with the verification command; save the output in a note or issue.
  4. Operationalize: document owner, upgrade command, and rollback command.

Troubleshooting (common)

  • Install succeeds but nothing shows up

    • Likely cause: the tool needs a restart/reload (CLI/IDE) or a config file in the right path.
    • Fix: restart the client, then re-run the verification step.
  • Works on one machine, fails on another

    • Likely cause: Node/Python/Docker versions differ or missing system dependencies.
    • Fix: pin versions (Node/Python), and copy a minimal known-good config.
  • Token cost or latency is worse than expected

    • Likely cause: tool schemas or verbose outputs get injected into context.
    • Fix: prefer smaller steps, cache results, and keep tool responses concise when possible.

FAQ

Q: Why does pnpm need extra steps? A: The README notes pnpm may disable postinstall scripts; use the enable-pre-post-scripts setting or run manual registration.

Q: Is this safe for multi-agent use? A: Prefer one controlling client at a time and treat browser state as shared; create clear ownership in your workflow.

Q: How do I verify it's connected? A: Use the extension UI to connect, then ensure your MCP client can enumerate the server and call a simple tool.


🙏

Source & Thanks

GitHub: https://github.com/hangwin/mcp-chrome Owner avatar: https://avatars.githubusercontent.com/u/12791725?v=4 License (SPDX): MIT Stars (verified via api.github.com/repos/hangwin/mcp-chrome): 11,586

Discussion

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

Related Assets