mcpbeat Sign in

MCP Session Bridge MCP Server

local only

MCP Session Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from npm. Last commit 9 Sep 2026.

Drive a browser you are already signed into, through the free T3rnel Browser extension.

Installs per day peak 372 · avg 35 · -51% w/w
a month agotoday
246
Installs / week
npm · @t3ratech/mcp-session-bridge
2
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository t3ratech/mcp-session-bridge
пакет @t3ratech/mcp-session-bridge ссылается на t3ratech/t3rnel-browser-plugin
Runs an external command src/cdp.js:281
    this.process = spawn(this.browserPath, args, { stdio: ["ignore", "ignore", "pipe"], env });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-session-bridge -- npx -y @t3ratech/mcp-session-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-session-bridge": {
      "args": [
        "-y",
        "@t3ratech/mcp-session-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-session-bridge]
command = "npx"
args = ["-y", "@t3ratech/mcp-session-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-session-bridge": {
      "args": [
        "-y",
        "@t3ratech/mcp-session-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-session-bridge": {
      "args": [
        "-y",
        "@t3ratech/mcp-session-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Session Bridge

same job, measured the same way
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
Chromeflow
by neodrew

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only
R
Chromeflow
by chromeflow

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

719 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

70 installs/wk local only
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

478 installs/wk local only
Crawlio Browser
by crawlio

Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.

179 installs/wk local only
Mintqa MCP
by adamgusky

MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.

21 installs/wk answering

MCP Session Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Session Bridge?
MCP Session Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @t3ratech/mcp-session-bridge was installed 246 times last week.
How do I connect MCP Session Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @t3ratech/mcp-session-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Session Bridge?
The npm package @t3ratech/mcp-session-bridge was installed 246 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Session Bridge open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.