mcpbeat Sign in

Netrun MCP Server

by fadeynotchenko Your server? Claim it
local only

Netrun runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL

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

Nothing serious here today

Today is the operative word: we check Netrun every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: NETRUN_API_KEY (Personal access key from netrun.io → MCP (starts with nru_)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Netrun

same job, measured the same way
DreamAgent
by nivethaug

Build and deploy websites, Telegram and Discord bots from chat via the DreamAgent platform.

12 tools answering
AdminHub for Telegram
by adminhub

Run a Telegram channel from your AI agent. Posts go out through your own bot, not your account.

answering
Gennons
by gennons

Design emails from a brief, send tests, send to your lists now or scheduled, and read delivery.

answering
Telegram Slack MCP
by nileshpatil6

Read and reply to your personal Telegram chats and all your Slack workspaces.

99 installs/wk local only
Nilyo
by nilyo

Your own LinkedIn, WhatsApp, Instagram, Telegram, Email and Calendar accounts, usable from any agent

answering
Postlyra
by prof-1t

Manage Telegram drafts, media, schedules and publications from AI clients.

32 tools answering
Sendable
by sendable

Send transactional email from your editor — describe the event, Sendable writes and sends it.

28 installs/wk local only
FlowCastle
by flowcastle

Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.

51 tools answering

Netrun — questions

Answers built from our own checks of this server.

Why is there no uptime for Netrun?
Netrun 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 netrun-mcp.
How do I connect Netrun?
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 netrun-mcp straight from npm; nothing to host, nothing to sign up for.
Is Netrun 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.