Runno MCP Server

πŸ‘¨β€πŸ’» Use Runno πŸ‘‰ Runno.dev πŸ“– Documentation πŸ‘‰ Runno.dev. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-01 Β· β˜… 770 Β· #47 OF 196 MAINTAINED BROWSER AUTOMATION Β· VERIFIED 2026-08-25

MIT Β· TypeScript servers Β· how we verify β†’ /methodology

01 Β· Install Runno

Claude Code

claude mcp add taybenlor-runno -- npx -y @runno/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "taybenlor-runno": {
      "command": "npx",
      "args": [
        "-y",
        "@runno/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop Β· mcpServers

Cursor Β· mcpServers

VS Code Β· servers

Windsurf Β· mcpServers

Zed Β· context_servers

Cline Β· mcpServers

Roo Code Β· mcpServers

Continue Β· mcpServers

LibreChat Β· mcpServers

Gemini CLI Β· mcpServers

Codex CLI Β· mcp_servers

Full setup guides: every client.

02 Β· Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @runno/mcp - the @runno scope differs from the repo owner (taybenlor); confirm it's the project's official package

registry namespace io.github.taybenlor is GitHub-verified and matches the repo owner

03 Β· What Runno can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

The programming languages available are limited by what has already been compiled to Web Assembly using WASI. A great way to help more languages become available would be to compile your favourite programming language tools to Web Assembly and upload them to WAPM. WASI doesn't provide a full linux environment, so most system based interfaces won't work. Packages and modules are also difficult to install inside the Ru

Latest releases

v0.10.2 Β· 2025-05-18

Fix some dependency issues for @runno/sandbox, seemed to work fine locally but then installing elsewhere didn't work nicely.

v0.10.0 Β· 2025-05-18

This release introduces two new packages @runno/sandbox and @runno/mcp. Β· @runno/mcp is an MCP Server that provides a run_code tool for running code inside @runno/sandbox. Β· @runno/sandbox is a sandboxed code running…

v0.8.0 Β· 2025-04-25

Remove support for umd and cjs.

04 Β· Who maintains Runno

runno is maintained by taybenlor. It's the only MCP server we track from this author; the repo dates to Jun 2021.

05 Β· Facts

category
browser automation - ranked #47 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.taybenlor/runno (active, first published 2025-12-12 Β· 2 versions)
packages
npm:@runno/mcp

06 Β· Runno FAQ

What is Runno?

πŸ‘¨β€πŸ’» Use Runno πŸ‘‰ Runno.dev πŸ“– Documentation πŸ‘‰ Runno.dev. It runs locally over stdio via the published package.

Is Runno still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-01. We re-verify nightly.

How do I install Runno?

Run `npx -y @runno/mcp`. You can also paste the ready-made client config above.

Does Runno run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 Β· Alternatives to Runno

More browser automation MCP servers Β· Replicant MCP Β· Fortress Β· Sessionplan Β· One Shot UI Β· Helmdeck

More TypeScript MCP servers Β· Tmdb MCP Server Β· Telnyx Β· Cosmos MCP Β· TempGuru Event Staffing Β· Cloud Base Β· see all