Back to MCP Servers
Nostr
A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.
communication
By AbdelStark
Installation
npx -y nostr-mcpConfiguration
{
"mcpServers": {
"nostr-mcp": {
"command": "npx",
"args": ["-y", "nostr-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes