mcpbeat Sign in

Remote Agents MCP Server

local only

Remote Agents runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from npm. Last commit 22 Aug 2026.

Control fleets of remote machines via AI agents: exec, files, git, fleet ops, map/reduce.

Installs per day peak 407 · avg 49 · +52% w/w
a month agotoday
158
Installs / week
npm · remote-agents
1
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 23 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 a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] run.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command npm/run.js:152, [пакет] run.js:152
  const child = spawn(bin, process.argv.slice(2), { stdio: "inherit" });
            "Expose one of the host's LOCAL ports at a public https://*.trycloudflare.com URL via a Cloudflare quick tunnel (downloads `cloudflared` on demand). Useful to share a local dev server. The host must be in edit/bypass mode. Returns the public URL; the tunnel stays up u…

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

Alternatives to Remote Agents

same job, measured the same way
Agentos
by pdaxt

AI agent fleet orchestration runtime. Spawn, coordinate, monitor autonomous agents.

local only
Omophub MCP
by omophub

Search, lookup, map, and navigate OMOP medical vocabularies via AI agents

95 installs/wk local only
Proximens Oracle
by cryptosun

1000+ Generative Engine Optimization (GEO) principles exposed via MCP for AI agents.

8 tools answering
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

local only
Decker
by gigshow

Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.

12 tools answering
EmbedEarth (E2)
by paulwxnter

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

619 installs/wk local only
naia GEO Autopilot
by naia

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

41 installs/wk answering
Team0 Chief of Staff
by ybentov1

Your Team0 AI Chief of Staff, reachable from any agent — answers, acts, and coordinates.

answering

Remote Agents — questions

Answers built from our own checks of this server.

Why is there no uptime for Remote Agents?
Remote Agents 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 remote-agents was installed 158 times last week.
How do I connect Remote Agents?
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 remote-agents straight from npm; nothing to host, nothing to sign up for.
How many people use Remote Agents?
The npm package remote-agents was installed 158 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Remote Agents open source?
Yes — it is published under the MIT licence, written in Rust and 1 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.