MCP.so
登录

Nostr MCP Server

@MCP-Mirror

关于 Nostr MCP Server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Nostr MCP Server?

A Model Context Protocol (MCP) server that gives LLMs like Claude tools to read public profiles, text notes, long-form content, and zaps from the Nostr network.

How to use Nostr MCP Server?

Clone the repo, install dependencies with npm install, build with npm run build, then add the server to your Claude for Desktop or Cursor MCP configuration. Once configured, ask Claude to use any of the seven Nostr tools.

Key features of Nostr MCP Server

  • Fetch profile information by public key
  • Retrieve text notes (kind 1) and long-form content (kind 30023)
  • Fetch received, sent, or all zaps with payment details
  • Search Nostr Implementation Possibilities (NIPs) with relevance scoring
  • Supports both hex public keys and npub format
  • Allows custom relays and adjustable result limits

Use cases of Nostr MCP Server

  • Ask Claude to show a user’s Nostr profile and recent posts
  • Retrieve long-form articles from a specific public key
  • Check how many zaps a user has received or sent
  • Search for NIPs about zaps, relays, or encryption

FAQ from Nostr MCP Server

What key formats are supported?

Both hex public keys and npub (NIP-19 encoded) format are fully supported; the server converts between them automatically.

Which relays does the server use by default?

The default relays are wss://relay.damus.io, wss://relay.nostr.band, wss://relay.primal.net, wss://nos.lol, wss://relay.current.fyi, and wss://nostr.bitcoiner.social.

Can I use a custom relay for a query?

Yes, you can specify any relay by adding “using relay wss://…” to your request.

What is the default query timeout?

The server has a default 8‑second timeout; you can increase it by editing the QUERY_TIMEOUT value in the source code.

Are there any known limitations?

Only public keys in hex or npub format are supported, and only a subset of relays is used by default. Timeouts may occur if a relay is slow.

评论

其他 分类下的更多 MCP 服务器