mcpbeat Sign in

Nostr Ops MCP Server

local only

Nostr Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 15 Jun 2026.

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

Installs per day peak 14 · avg 5 · +4% w/w
a month agotoday
36
Installs / week
npm · nostr-ops-mcp
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nostr Ops MCP 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 nostr-ops-mcp -- npx -y nostr-ops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nostr-ops-mcp": {
      "args": [
        "-y",
        "nostr-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nostr-ops-mcp]
command = "npx"
args = ["-y", "nostr-ops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nostr-ops-mcp": {
      "args": [
        "-y",
        "nostr-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nostr-ops-mcp": {
      "args": [
        "-y",
        "nostr-ops-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOSTR_RELAYS (Comma-separated wss:// relay URLs), NOSTR_NIP46_URI (NIP-46 bunker URI (preferred signer; keeps the nsec off this machine)), NOSTR_PRIVATE_KEY (nsec private key (alternative to NOSTR_NIP46_URI; read-only mode if neither is set)), NOSTR_ALLOWED_KINDS (Comma-separated event kinds the server may publish (required when a signer is configured)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nostr Ops MCP

same job, measured the same way
Guarded WhatsApp
by peter-tnc-453

Security gate for agent-driven WhatsApp: allowlist, secret scan, rate limit, audit log.

56 installs/wk local only
Nwc MCP
by llmops-pro

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

36 installs/wk local only
Clavis
by kn0wbot

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

55 installs/wk local only
QueryBear
by spencerpauly

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

answering
Publishready
by veldica

PublishReady: Deterministic writing control with local-first metrics and AI prose audits.

39 installs/wk local only
AgenTrux
by agentrux

Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.

answering
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

62 installs/wk local only
Midplane
by midplane

Safe-by-default SQL guardrails for AI agents: AST-checked queries, per-table policy, audit log.

74 installs/wk local only

Nostr Ops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nostr Ops MCP?
Nostr Ops MCP 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 nostr-ops-mcp was installed 36 times last week.
How do I connect Nostr Ops MCP?
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 nostr-ops-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nostr Ops MCP?
The npm package nostr-ops-mcp was installed 36 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nostr Ops MCP 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.