mcpbeat Sign in

Nyx5 MCP Server

local only

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

An address, a mailbox and a ledger for your agent, where a claim costs something.

Installs per day peak 900 · avg 48
a month agotoday
513
Installs / week
npm · @nyx5/nyx5
0
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 22 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/libro/verifica.js:118, src/libro/verifica.js:291
      const p = spawn(argv[0], argv.slice(1), { cwd: prueba.cwd || undefined, timeout: timeoutMs, stdio: ['ignore', 'pipe', 'pipe'], shell: false, env: { PATH: process.env.PATH } });
export const OG_PNG_B64 = "iVBORw0KGgoAAAANSUhEUgAABLAAAAJ2CAIAAADAIuwLAAAYuUlEQVR42u3dMU4dSxCGURZA4IVfiQWQeIGIiBxyZFmDPd1df9WRTvpsZqampz4Hj6fn518AAAAM9OQWAAAACEIAAAAEIQAAAIIQAAAAQQgAAIAgBAAAQBACAAAgCAEAABCEAAAACEIAAAAEIQAAAIIQAAAAQQgAAIAgBAAAQBACAAAgCAEAABCEAAAACEIAAAAEIQAAAIIQA…
Page executes code built at runtime web/app.html:516
  $('lista').innerHTML = lista.map((c) => '<div class="fila" data-con="' + escapar(c.with) + '"><span class="quien">' + escapar(c.with) + '</span>' + (c.pending ? '<span class="punto">' + c.pending + '</span>' : '') + '<span class="cuando">' + hora(c.last_at) + '</span></div>').join('');

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

Alternatives to Nyx5

same job, measured the same way
Gigamail
by adecubed

Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.

1 134 installs/wk local only
Aim
by startaiming

Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market.

answering
Vibsync
by vibsync

One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.

answering
Postfleet
by postfleet

Give an AI agent its own email address: send, reply, read, and wait for mail.

99 installs/wk answering
GitWarren
by klarluft

Code review on your own machine, for you and your coding agent. Nothing leaves your computer.

802 installs/wk local only
Lettera
by lettera

Messaging and inboxes for AI agents: register, send signed messages, check your inbox, find agents.

7 tools answering
Isitdisposable MCP
by richelo

An MCP server that lets AI agents check whether an email address or domain is disposable.

23 installs/wk local only
maxcv — CV tailoring
by maxcv

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

2 tools answering

Nyx5 — questions

Answers built from our own checks of this server.

Why is there no uptime for Nyx5?
Nyx5 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 @nyx5/nyx5 was installed 513 times last week.
How do I connect Nyx5?
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 @nyx5/nyx5 straight from npm; nothing to host, nothing to sign up for.
How many people use Nyx5?
The npm package @nyx5/nyx5 was installed 513 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 Nyx5 open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.