BrowserTap MCP
Rank #9,395io.github.LinVireo/browsertap-mcp
MCP server that drives the real Chrome you already use, through an extension and CDP.
BrowserTap MCP is a Model Context Protocol (MCP) server published by LinVireo. It ranks #9,395 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. BrowserTap MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 12, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 122,651 of 132,046 servers on MCP Toplist.
Use BrowserTap MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add browsertap-mcp -e "BROWSERTAP_PREFERRED_BROWSER=<your BROWSERTAP_PREFERRED_BROWSER>" -e "BROWSERTAP_MODE=<your BROWSERTAP_MODE>" -e "BROWSERTAP_BRIDGE_PORT=<your BROWSERTAP_BRIDGE_PORT>" -e "BROWSERTAP_STATE_DIR=<your BROWSERTAP_STATE_DIR>" -- uvx browsertap-mcpReplace each placeholder with your own value before saving.
[mcp_servers.browsertap-mcp]
command = "uvx"
args = ["browsertap-mcp"]
[mcp_servers.browsertap-mcp.env]
BROWSERTAP_PREFERRED_BROWSER = "<your BROWSERTAP_PREFERRED_BROWSER>"
BROWSERTAP_MODE = "<your BROWSERTAP_MODE>"
BROWSERTAP_BRIDGE_PORT = "<your BROWSERTAP_BRIDGE_PORT>"
BROWSERTAP_STATE_DIR = "<your BROWSERTAP_STATE_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browsertap-mcp": {
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<your BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<your BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<your BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<your BROWSERTAP_STATE_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browsertap-mcp": {
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<your BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<your BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<your BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<your BROWSERTAP_STATE_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"browsertap-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<your BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<your BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<your BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<your BROWSERTAP_STATE_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browsertap-mcp": {
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<your BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<your BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<your BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<your BROWSERTAP_STATE_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browsertap-mcp": {
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<your BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<your BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<your BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<your BROWSERTAP_STATE_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
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.LinVireo%2Fbrowsertap-mcp)<a href="https://mcptoplist.com/server/io.github.LinVireo%2Fbrowsertap-mcp"><img src="https://mcptoplist.com/badge/io.github.LinVireo%2Fbrowsertap-mcp.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 (1 delisted)
LinVireo
Available versions (1)
| Version | Published |
|---|---|
| 0.4.12 | Aug 23, 2026 |
Frequently asked questions
- Who maintains BrowserTap MCP?
- BrowserTap MCP is maintained by LinVireo, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is BrowserTap MCP listed on the Official MCP Registry?
- Yes — BrowserTap MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does BrowserTap MCP have?
- MCP Toplist tracks 1 version of BrowserTap MCP, most recently published on Aug 23, 2026.
- Where can I find the source code for BrowserTap MCP?
- The source code for BrowserTap MCP is hosted at github.com/LinVireo/browsertap-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.