Loading...

Nostr MCP Server enables AI models to interact with the decentralized Nostr network, posting notes and sending zaps, offering censorship resistance for AI communication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Nostr MCP Server enables AI models to interact with the decentralized Nostr network, posting notes and sending zaps, offering censorship resistance for AI communication.
The server's safety depends on the security of the Nostr private key and the behavior of the connected AI model. It is relatively safe for read-only operations, but posting notes and sending zaps introduce risks related to unauthorized actions and financial transactions. Careful monitoring and rate limiting are essential.
Performance is likely limited by the speed of Nostr relays and the single-threaded execution model. Expect delays when posting notes or sending zaps.
Cost is primarily related to Lightning network fees when sending zaps. Monitor zap transactions to avoid unexpected expenses.
npx -y @smithery/cli install @AbdelStark/nostr-mcp --client claudeLOG_LEVELNODE_ENVNOSTR_RELAYSNOSTR_NSEC_KEYSERVER_MODEPORTpost_notePosts a new text note to the Nostr network.
Allows writing to the Nostr network, potentially creating spam or unwanted content.
send_zapSends a Lightning zap (payment) to a specified Nostr user.
Involves financial transactions and requires careful validation of the recipient and amount.
Environment Variable
hybrid
The server's safety depends on the security of the Nostr private key and the behavior of the connected AI model. It is relatively safe for read-only operations, but posting notes and sending zaps introduce risks related to unauthorized actions and financial transactions. Careful monitoring and rate limiting are essential.
The AI model has full read and write access to the Nostr network by default, so careful configuration and monitoring are essential to prevent unintended actions.
Production Tip
Implement rate limiting and content filtering to prevent abuse and ensure responsible use of the Nostr network.
Nostr is a decentralized social network protocol focused on censorship resistance.
You can generate a Nostr private key using a Nostr client application or library.
Nostr relays are servers that store and distribute Nostr notes.
A Lightning zap is a small payment sent over the Lightning Network to a Nostr user.
You configure the server using environment variables defined in the `.env` file.
The main risks are related to the security of your Nostr private key and the potential for AI models to generate harmful content.
Yes, you can use this server for commercial purposes, but you are responsible for complying with all applicable laws and regulations.