nostr-mcp

nostr-mcp

29

Nostr MCP Server is a Model Context Protocol server that facilitates interaction between AI models and the Nostr network. It allows for notes posting and real-time communication, aiming to support freedom of speech protocols.

What is the Nostr MCP Server?

The Nostr MCP Server is a Model Context Protocol server that allows AI models to interact with the Nostr network, enabling them to post notes and engage with the protocol.

What are the prerequisites for running the Nostr MCP Server?

The server requires Node.js 18+ to be installed on your system.

How can I install the Nostr MCP Server?

You can install it via Smithery using the command npx -y @smithery/cli install @AbdelStark/nostr-mcp --client claude or manually by cloning the repository and installing dependencies.

What is the purpose of the .env file?

The .env file is used to configure environment variables such as log level, node environment, Nostr relays, private key, server mode, and port for SSE mode.

What is the current development status of the server?

The server is actively being developed, with features like sending Lightning zaps to Nostr users still in progress.