nostr-ops-mcp
Rank #58,377io.github.llmops-pro/nostr-ops-mcp
Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.
nostr-ops-mcp is a Model Context Protocol (MCP) server published by llmops-pro. It ranks #58,377 of 115,460 servers tracked on MCP Toplist. nostr-ops-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 57,083 of 115,460 servers on MCP Toplist.
Use nostr-ops-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nostr-ops-mcp -e "NOSTR_RELAYS=<your NOSTR_RELAYS>" -e "NOSTR_NIP46_URI=<your NOSTR_NIP46_URI>" -e "NOSTR_PRIVATE_KEY=<your NOSTR_PRIVATE_KEY>" -e "NOSTR_ALLOWED_KINDS=<your NOSTR_ALLOWED_KINDS>" -- npx -y nostr-ops-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nostr-ops-mcp]
command = "npx"
args = ["-y", "nostr-ops-mcp"]
[mcp_servers.nostr-ops-mcp.env]
NOSTR_RELAYS = "<your NOSTR_RELAYS>"
NOSTR_NIP46_URI = "<your NOSTR_NIP46_URI>"
NOSTR_PRIVATE_KEY = "<your NOSTR_PRIVATE_KEY>"
NOSTR_ALLOWED_KINDS = "<your NOSTR_ALLOWED_KINDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nostr-ops-mcp": {
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<your NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<your NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<your NOSTR_ALLOWED_KINDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nostr-ops-mcp": {
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<your NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<your NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<your NOSTR_ALLOWED_KINDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nostr-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<your NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<your NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<your NOSTR_ALLOWED_KINDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nostr-ops-mcp": {
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<your NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<your NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<your NOSTR_ALLOWED_KINDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nostr-ops-mcp": {
"command": "npx",
"args": [
"-y",
"nostr-ops-mcp"
],
"env": {
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NOSTR_NIP46_URI": "<your NOSTR_NIP46_URI>",
"NOSTR_PRIVATE_KEY": "<your NOSTR_PRIVATE_KEY>",
"NOSTR_ALLOWED_KINDS": "<your NOSTR_ALLOWED_KINDS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.llmops-pro%2Fnostr-ops-mcp)<a href="https://mcptoplist.com/server/io.github.llmops-pro%2Fnostr-ops-mcp"><img src="https://mcptoplist.com/badge/io.github.llmops-pro%2Fnostr-ops-mcp.svg" alt="MCP Toplist: #58,377 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
llmops-pro
Other servers by llmops-pro
- l402-search-mcp#42,449 · 1 ver
- albyhub-admin-mcp#58,375 · 1 ver
- marketplace-mcp#58,376 · 1 ver
- nwc-mcp#58,378 · 1 ver
- paywall-mcp#58,379 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.3 | Jun 12, 2026 |
Frequently asked questions
- Who maintains nostr-ops-mcp?
- nostr-ops-mcp is maintained by llmops-pro, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is nostr-ops-mcp listed on the Official MCP Registry?
- Yes — nostr-ops-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does nostr-ops-mcp have?
- MCP Toplist tracks 1 version of nostr-ops-mcp, most recently published on Jun 12, 2026.
- Where can I find the source code for nostr-ops-mcp?
- The source code for nostr-ops-mcp is hosted at github.com/llmops-pro/nostr-ops-mcp.