GitHub ↗

Browser MCP vs mcp-chrome: two extensions, one difference that matters


Short answer: these two are the closest thing to direct equivalents in the MCP world — both are a Chrome extension plus a local MCP server that let an AI agent drive your real, already-logged-in browser rather than a headless one. mcp-chrome is by far the bigger project (12,187 stars to our 23). The difference that decides it for most people is activity: mcp-chrome's last commit was 6 January 2026 — a little over six months ago — while this project ships regularly. If you want the larger community, take mcp-chrome. If you want something being maintained right now with English-language support, that is the gap we fill.

The numbers, dated

All figures pulled from the GitHub and npm APIs on 2026-07-22. They move; the dates are what matter.

mcp-chromeBrowser MCP by Agent360
GitHub stars12,18723
Last commit2026-01-06 (~6.5 months ago)2026-07-22 (today)
Open issues2233
npm downloads/week1,037 (mcp-chrome-bridge)204 (@agent360/browser-mcp)
Primary support languageChineseEnglish
LicenseMITMIT
Runs locallyYesYes

We are the smaller project by every measure of adoption, and there is no point pretending otherwise. What we can point at is the trend line: our commit history is current, and theirs stopped in January.

Is mcp-chrome still maintained?

This is the question people actually search for, and it has no clear English-language answer — which is part of why we wrote this page.

The honest reading of the public record: the repository has not received a commit since 6 January 2026, and 223 issues are open. It is not archived, and the maintainer has not announced anything, so "abandoned" would be too strong a word — projects go quiet and come back. But if you are choosing a dependency today, "no commits in six months and 223 open issues" is the fact to weigh, and you should check the repo yourself rather than take our word for it: github.com/hangwin/mcp-chrome.

One practical note that has nothing to do with quality: mcp-chrome's issue tracker is largely in Chinese. If you file a bug in English, you may wait. That is a real support consideration for English-speaking teams, and it is not a criticism of the project.

Where mcp-chrome is the better pick

We would rather you choose correctly than choose us:

Where this project fits instead

The wider field

Neither of these is the biggest browser-automation MCP server. Google's chrome-devtools-mcp (47,408 stars, updated 2026-07-22) and Playwright MCP are larger and better resourced — but both are built around browser instances they manage, not the Chrome you are already signed into. The full dated matrix is on the all-servers comparison.

FAQ

Is mcp-chrome dead? No announcement says so, and it is not archived. The verifiable fact is no commits since 2026-01-06 and 223 open issues (checked 2026-07-22).

Are these two projects related? No. Different authors, different codebases, independently built around the same idea.

Can I run both? Technically yes — they register as separate MCP servers — but they both drive your Chrome, so running them at once mostly creates confusion about which one owns a tab.

Which has more tools? We document 34. We have not counted mcp-chrome's tool list, and would rather say that than guess.

Why should I trust your comparison of a competitor? You shouldn't, entirely — we make one of these. Every number above is from the public GitHub and npm APIs with the date we pulled it, so you can check all of it in about two minutes.