
Nostr MCP Server
โ 36from austinkelsay
An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.
Nostr MCP Server
โ ๏ธ This project is no longer maintained. It has been superseded by nostr-agent-interface โ a newer, improved version with additional Blossom file storage support and an expanded tool set.
For the full MCP server with 48 tools, see:
https://github.com/AustinKelsay/nostr-agent-interface
What changed?
The nostr-agent-interface (NAI) builds on this project and adds:
- Blossom file storage โ 8 new tools for uploading, downloading, listing, deleting, and mirroring blobs
- Expanded tool count โ 48 MCP tools covering profile, notes, relays, DMs, zaps, and now blob storage
- Cleaner architecture โ improved module organization and signing via
snstr - Built-in budget monitoring โ optional Plaid-connected budget tracking for personal finance
Migrating
If you're using nostr-mcp-server, switch to:
npm install -g nostr-agent-interfaceOr point to the source:
git clone https://github.com/AustinKelsay/nostr-agent-interface.git
cd nostr-agent-interface
npm install && npm run buildOld tool count
This repo contains 40 tools (documented in the git history).
The active repo (nostr-agent-interface) has 48 tools.
npm install -g nostr-agent-interfaceNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ