mcpbeat Sign in

Ridealong MCP Server

by williamblaismedia-create Your server? Claim it
local only

Ridealong runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from npm. Last commit 14 Sep 2026.

Watch your AI drive a real Chrome live, point, approve, or take the wheel from your phone.

204
Installs / week
npm · ridealong-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 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.

Runs an external command src/video.ts:51
      execFile(ffmpeg, ['-hide_banner', '-encoders'], { timeout: 10_000 }, (err, stdout) => {

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 ridealong -- npx -y ridealong-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ridealong": {
      "args": [
        "-y",
        "ridealong-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ridealong]
command = "npx"
args = ["-y", "ridealong-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ridealong": {
      "args": [
        "-y",
        "ridealong-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ridealong": {
      "args": [
        "-y",
        "ridealong-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RIDEALONG_DATA_DIR (Profile, secret and artifacts directory (default ~/ridealong-data)), RIDEALONG_LIVE_PORT (Live view port (default 9400)), RIDEALONG_VIDEO (on/off — H.264 live stream via ffmpeg (default on)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ridealong

same job, measured the same way
I
Doppel
by samrj12

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

80 installs/wk local only
Vibe MCP — Real Chrome, Remotely
by vibetechnologies

Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.

133 installs/wk answering
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 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
Agent Browser
by aetherai3

Self-hosted Chrome for AI agents, with a live noVNC view a human can take over.

1 675 installs/wk local only
WebLoom
by webloomhq

86 tools: drive YOUR real Chrome via CDP + browse/install/publish Threads in chat. webloom.run.

local only
LinkedIn Toolkit
by formatixai

LinkedIn for AI agents from your own Chrome session: search, profiles, lists, outreach queue.

142 installs/wk local only

Ridealong — questions

Answers built from our own checks of this server.

Why is there no uptime for Ridealong?
Ridealong 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 ridealong-mcp was installed 204 times last week.
How do I connect Ridealong?
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 ridealong-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ridealong?
The npm package ridealong-mcp was installed 204 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ridealong open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.