Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฌ Communication
  3. Nostr MCP
Nostr MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:01:43 PM

Nostr MCP

User RatingsBe the first to rate and review this MCP server!
View Repository38 GitHub StarsTotal stargazers on GitHub for the source repository (38 stars).Visit Website
nostrsocial-medialightningmcp

Posts notes to Nostr relays and provides a Lightning zap tool through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "abdelstark-nostr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ’ฌ More in Communication

Overview

AbdelStark/nostr-mcp MCP server lets AI models publish notes to Nostr and request Lightning zaps to Nostr users. It connects to configured Nostr relays and exposes the capabilities through an MCP API, with Server-Sent Events support for communication. Reach for it when an agent needs to publish content or interact with Nostr accounts using a configured private key. The zap capability is marked as work in progress.

Use cases

โ€ขPublish AI-generated notes to Nostr
โ€ขSend Lightning zaps to Nostr users
โ€ขConnect an MCP client to configured Nostr relays
โ€ขConfigure SSE-based agent communication

Key features

โ€ขPost notes to Nostr
โ€ขSend Lightning zaps
โ€ขConnect to multiple relays
โ€ขExpose MCP-compliant tools
โ€ขSupport Server-Sent Events

Capabilities & Tool Schemas (2) ~23 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nostr MCP.

post_note

Posts a new note to the Nostr network.

send_zap

Sends a Lightning zap to a Nostr user.

How Nostr MCP works

What AbdelStark/nostr-mcp MCP server does

AbdelStark/nostr-mcp MCP server exposes Nostr actions as tools that an MCP-compatible AI client can call. Its primary completed capability is publishing a new note to the Nostr network. The project also includes a Lightning zap tool for sending a payment to a Nostr user, although the README identifies that feature as work in progress.

The server is intended for agent workflows that need to publish short-form content to Nostr rather than only read or summarize external data. It can be useful for posting generated updates, announcements, or other notes from an AI-assisted application. The provided tools do not describe general feed search, note retrieval, profile management, or moderation functions.

How it works

At startup, the application loads its configuration from environment variables, including a list of WebSocket relay URLs and a Nostr private key. It uses those relays to connect to the Nostr network. MCP clients then invoke the exposed tools with structured inputs.

The post_note tool accepts a content value and publishes that text as a new note. The send_zap tool accepts a NIP-05-style address and an amount, represented in the example as nip05Address and amount. The README also documents Server-Sent Events as a supported transport for real-time communication.

AbdelStark/nostr-mcp MCP server is implemented in TypeScript and requires Node.js 18 or newer. Its source layout includes an entry point, a Nostr client implementation, and TypeScript type definitions.

Setup and configuration

Manual setup requires cloning the repository, entering its directory, and running npm install. The README provides npm run dev for development with hot reload and npm start for production startup. It also documents installation through Smithery for Claude Desktop, but that is a third-party installer rather than the project's own package command.

Configuration is supplied through a .env file. NOSTR_RELAYS contains comma-separated relay URLs, while NOSTR_NSEC_KEY stores the private key used for Nostr operations. SERVER_MODE selects the documented server mode, and PORT specifies the port for SSE mode. LOG_LEVEL controls logging verbosity, and NODE_ENV identifies the runtime environment.

The private key should be treated as a secret. The supplied example uses placeholder values, so they must be replaced with real configuration before the server can perform authenticated Nostr actions.

Tools and capabilities

  • post_note: publishes a note using the supplied text content.
  • send_zap: sends a Lightning zap to a Nostr user identified by a NIP-05 address and amount; this feature is marked WIP.
  • Relay configuration: connects to multiple configured Nostr relays.
  • SSE transport: provides Server-Sent Events support for MCP communication.

Limitations and notes

AbdelStark/nostr-mcp MCP server does not document read operations, search, profile updates, or other Nostr APIs beyond the two listed tools. Multiple simultaneous connections are listed as a future task. Configurable stdin transport is also listed as a TODO, so clients should not assume that mode is complete based only on the environment variable example.

The zap feature should be evaluated carefully before use in an automated payment workflow because the README labels it work in progress. Operation also depends on valid relay settings and a usable Nostr private key. The project is released under the MIT License.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    ๐Ÿ’ฌ Communication3 views
    Compare vs Line Bot MCP Server โ†’
  • Cv MCP Server logoCv MCP Server

    MCP Server that connects AI Agents to Carbon Voice. Create, manage, and interact with voice messages, conversations, direct messages, folders, voice memos, AI actions and more in Carbon Voice.

    ๐Ÿ’ฌ Communication3 views
    Compare vs Cv MCP Server โ†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    ๐Ÿ’ฌ Communication1 views
    Compare vs Slack MCP Server โ†’
  • Xtapdown MCP logoXtapdown MCP

    X (Twitter) creator toolkit MCP with 14 tools: tweet download (video/GIF/image/full archive), curated hashtags by niche, best posting times by country, viral hook formulas, engagement & ads-revenue calculators, thread splitter, character counter, advanced-search URL builder, fancy Unicode bio generator, viral patterns lookup, and the full 2026 search-operator cheatsheet. Uses X's public syndication endpoint โ€” no auth, no rate limits on curated data.

    ๐Ÿ’ฌ Communication2 views
    Compare vs Xtapdown MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
38
Stargazers on the source repository.
npm downloads
30k
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Nostr MCP

Clone the repository, run `npm install`, create a `.env` file from the example, and start it with `npm start` or `npm run dev`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNostr MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/abdelstark-nostr-mcp?style=directory)](https://allmcps.com/mcp/abdelstark-nostr-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/abdelstark-nostr-mcp"><img src="https://allmcps.com/api/badge/abdelstark-nostr-mcp?style=directory" alt="Nostr MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฌCommunication
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
11/11 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars38
GitHub Star CountTotal stargazers on GitHub representing community popularity (38 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 5, 2025
npm downloads30,651/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฌ Communication โ†’Best MCP servers for Slack & Communication โ†’Alternatives to Nostr MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code