Chrome Bridge
Rank #3,948io.github.frsorrentino/chrome-bridge
Your real, logged-in Chrome as an MCP server: 59 token-efficient web-dev tools. ChromeOS included.
Chrome Bridge is a Model Context Protocol (MCP) server published by frsorrentino. It ranks #3,948 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Chrome Bridge is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Sep 11, 2026.
Ranks ahead of 128,098 of 132,046 servers on MCP Toplist.
Use Chrome Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add chrome-bridge -- npx -y chrome-bridge-mcp[mcp_servers.chrome-bridge]
command = "npx"
args = ["-y", "chrome-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"chrome-bridge": {
"command": "npx",
"args": [
"-y",
"chrome-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chrome-bridge": {
"command": "npx",
"args": [
"-y",
"chrome-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chrome-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chrome-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chrome-bridge": {
"command": "npx",
"args": [
"-y",
"chrome-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chrome-bridge": {
"command": "npx",
"args": [
"-y",
"chrome-bridge-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.frsorrentino%2Fchrome-bridge)<a href="https://mcptoplist.com/server/io.github.frsorrentino%2Fchrome-bridge"><img src="https://mcptoplist.com/badge/io.github.frsorrentino%2Fchrome-bridge.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
frsorrentino
Available versions (10)
| Version | Published |
|---|---|
| 1.17.0 | Sep 11, 2026 |
| 1.16.1 | Sep 2, 2026 |
| 1.16.0 | Sep 2, 2026 |
| 1.15.1 | Jul 31, 2026 |
| 1.15.0 | Jul 31, 2026 |
| 1.14.0 | Jul 31, 2026 |
| 1.13.0 | Jul 31, 2026 |
| 1.11.0 | Jul 30, 2026 |
| 1.10.1 | Jul 30, 2026 |
| 1.9.0 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Chrome Bridge?
- Chrome Bridge is maintained by frsorrentino, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Chrome Bridge listed on the Official MCP Registry?
- Yes — Chrome Bridge is listed on the Official MCP Registry, alongside Glama.
- How many versions does Chrome Bridge have?
- MCP Toplist tracks 10 versions of Chrome Bridge, most recently published on Sep 11, 2026.
- Where can I find the source code for Chrome Bridge?
- The source code for Chrome Bridge is hosted at github.com/frsorrentino/chrome-bridge.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.