nwc-mcp
Rank #58,378io.github.llmops-pro/nwc-mcp
Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.
nwc-mcp is a Model Context Protocol (MCP) server published by llmops-pro. It ranks #58,378 of 115,460 servers tracked on MCP Toplist. nwc-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,082 of 115,460 servers on MCP Toplist.
Use nwc-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nwc-mcp -e "NWC_CONNECTION_STRING=<your NWC_CONNECTION_STRING>" -e "NWC_DAILY_BUDGET_SATS=<your NWC_DAILY_BUDGET_SATS>" -e "NWC_READ_ONLY=<your NWC_READ_ONLY>" -- npx -y nwc-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nwc-mcp]
command = "npx"
args = ["-y", "nwc-mcp"]
[mcp_servers.nwc-mcp.env]
NWC_CONNECTION_STRING = "<your NWC_CONNECTION_STRING>"
NWC_DAILY_BUDGET_SATS = "<your NWC_DAILY_BUDGET_SATS>"
NWC_READ_ONLY = "<your NWC_READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<your NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<your NWC_READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<your NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<your NWC_READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nwc-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<your NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<your NWC_READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<your NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<your NWC_READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<your NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<your NWC_READ_ONLY>"
}
}
}
}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%2Fnwc-mcp)<a href="https://mcptoplist.com/server/io.github.llmops-pro%2Fnwc-mcp"><img src="https://mcptoplist.com/badge/io.github.llmops-pro%2Fnwc-mcp.svg" alt="MCP Toplist: #58,378 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
- nostr-ops-mcp#58,377 · 1 ver
- paywall-mcp#58,379 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.3 | Jun 12, 2026 |
Frequently asked questions
- Who maintains nwc-mcp?
- nwc-mcp is maintained by llmops-pro, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is nwc-mcp listed on the Official MCP Registry?
- Yes — nwc-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does nwc-mcp have?
- MCP Toplist tracks 1 version of nwc-mcp, most recently published on Jun 12, 2026.
- Where can I find the source code for nwc-mcp?
- The source code for nwc-mcp is hosted at github.com/llmops-pro/nwc-mcp.