chromium-bridge
Rank #11,713io.github.dashi96/chromium-bridge
MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation
chromium-bridge is a Model Context Protocol (MCP) server published by dashi96. It ranks #11,713 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. chromium-bridge is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jul 17, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 120,333 of 132,046 servers on MCP Toplist.
Use chromium-bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add chromium-bridge -- npx -y chromium-bridge[mcp_servers.chromium-bridge]
command = "npx"
args = ["-y", "chromium-bridge"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"chromium-bridge": {
"command": "npx",
"args": [
"-y",
"chromium-bridge"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chromium-bridge": {
"command": "npx",
"args": [
"-y",
"chromium-bridge"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chromium-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chromium-bridge"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chromium-bridge": {
"command": "npx",
"args": [
"-y",
"chromium-bridge"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chromium-bridge": {
"command": "npx",
"args": [
"-y",
"chromium-bridge"
]
}
}
}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.dashi96%2Fchromium-bridge)<a href="https://mcptoplist.com/server/io.github.dashi96%2Fchromium-bridge"><img src="https://mcptoplist.com/badge/io.github.dashi96%2Fchromium-bridge.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dashi96
Available versions (3)
| Version | Published |
|---|---|
| 0.5.3 | Jul 19, 2026 |
| 0.5.2 | Jul 18, 2026 |
| 0.5.1 | Jul 17, 2026 |
Frequently asked questions
- Who maintains chromium-bridge?
- chromium-bridge is maintained by dashi96, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is chromium-bridge listed on the Official MCP Registry?
- Yes — chromium-bridge is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does chromium-bridge have?
- MCP Toplist tracks 3 versions of chromium-bridge, most recently published on Jul 19, 2026.
- Where can I find the source code for chromium-bridge?
- The source code for chromium-bridge is hosted at github.com/dashi96/chromium-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.