nostr-mcp-server

nostr-mcp-server

25

The Nostr MCP Server is a Model Context Protocol server that provides Nostr network capabilities to language model interfaces like Claude. It allows fetching and interacting with user profiles, notes, and financial transactions such as zaps, offering advanced functionality like anonymous payments and NIP searches.

What is the Nostr MCP Server?

The Nostr MCP Server is a protocol server that provides Nostr capabilities to language models, allowing them to interact with the Nostr network for tasks like fetching profiles and handling zaps.

How do I install the Nostr MCP Server?

Clone the repository from GitHub, install dependencies using npm, and build the project using npm run build.

What platforms are supported by the Nostr MCP Server?

The server can be integrated with platforms like Claude for Desktop and Cursor, allowing for seamless interaction with Nostr functionalities.

Can I send anonymous zaps using the server?

Yes, the server supports sending anonymous zaps, allowing users to send payments without revealing their Nostr identity.

What formats are supported for public keys?

The server supports both hex public keys and npub formats, ensuring flexibility and ease of use.