mcpbeat Sign in

Runno MCP Server

by taybenlor Your server? Claim it
local only

Runno runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 10 May 2026.

MCP Server for the Runno Sandbox

Installs per day peak 17 · avg 6 · +104% w/w
a month agotoday
34
Installs / week
npm · @runno/mcp
773
Stars
33 open issues
10 May 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 packages/wasi/lib/wasix/providers.ts:149
  spawn(startArg: number): number;

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

Alternatives to Runno

same job, measured the same way
The MCP server for GoReleaser
by goreleaser

GoReleaser MCP server

75 installs/wk local only
Testdino MCP
by testdino-inc

A MCP server for TestDino

856 installs/wk local only
Recurly
by pipeworx-io

MCP server for recurly

answering
Research Mcp
by varvararatta

MCP server for Research

answering
Mux
by mux

The official MCP Server for the Mux API

414 installs/wk 2 tools answering
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
Matomo
by pipeworx-io

MCP server for matomo

40 tools answering
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only

Runno — questions

Answers built from our own checks of this server.

Why is there no uptime for Runno?
Runno 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 @runno/mcp was installed 34 times last week.
How do I connect Runno?
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 @runno/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Runno?
The npm package @runno/mcp was installed 34 times in the last week. Week over week that is +104%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Runno open source?
Yes — it is published under the MIT licence, written in TypeScript, 773 stars on GitHub and 33 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.