BrowserMesh
Rank #7,663io.github.scrollDynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
BrowserMesh is a Model Context Protocol (MCP) server published by scrollDynasty. It ranks #7,663 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. BrowserMesh is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 12, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 124,383 of 132,046 servers on MCP Toplist.
Use BrowserMesh
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add browsermesh -- npx -y browsermesh[mcp_servers.browsermesh]
command = "npx"
args = ["-y", "browsermesh"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"browsermesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}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.scrollDynasty%2Fbrowsermesh)<a href="https://mcptoplist.com/server/io.github.scrollDynasty%2Fbrowsermesh"><img src="https://mcptoplist.com/badge/io.github.scrollDynasty%2Fbrowsermesh.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
scrollDynasty
Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | Aug 17, 2026 |
| 0.1.5 | Aug 14, 2026 |
| 0.1.4 | Aug 13, 2026 |
| 0.1.3 | Aug 13, 2026 |
Frequently asked questions
- Who maintains BrowserMesh?
- BrowserMesh is maintained by scrollDynasty, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is BrowserMesh listed on the Official MCP Registry?
- Yes — BrowserMesh is listed on the Official MCP Registry, alongside Glama.
- How many versions does BrowserMesh have?
- MCP Toplist tracks 4 versions of BrowserMesh, most recently published on Aug 17, 2026.
- Where can I find the source code for BrowserMesh?
- The source code for BrowserMesh is hosted at github.com/scrollDynasty/multi-agent-browser-mcp.
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.