N

nwc-mcp-server通过 Nostr 钱包连接 (NWC) 和 模型上下文协议 (MCP) 与 Bitcoin Lighting 钱包连接您的 Language 大模型 (LLM)

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

NWC MCP 服务器是一种工具,通过 Nostr 钱包连接 (NWC) 和 模型上下文协议 (MCP),将 Bitcoin Lighting 钱包连接到一个 Large Language Model (LLM)。它允许用户将其 Lightning 钱包与其 LLM 整合,使其能够支持例如付费对话工作流的新用例。 服务器可以在 STDIO 模式或 HTTP 模式下运行,后者支持流式 HTTP 和 SSE 传输。 该存储库以 Alby MCP 的形式已被弃用,后者不仅提供了此功能,还包括了其他有用的工具。

主要功能

  • Nostr 钱包连接 (NWC) 整合
  • 模型上下文协议 (MCP) 支持
  • STDIO 和 HTTP 模式
  • HTTP 模式下的载体认证

价格

模型
Free
评分
暂无评价

使用场景

付费对话工作流

通过将 Bitcoin Lighting 钱包与 LLM 整合,启用付费对话工作流

AI 代理整合

使用 NWC 和 MCP 将 Lightning 钱包连接到 AI 代理

N8N 工作流自动化

将 NWC MCP 服务器与 N8N 相结合,以自动化工作流并与 AI 代理整合

优点 & 缺点

优点

  • 可连接 Bitcoin Lighting 钱包和 LLM
  • 支持多种传输模式 (STDIO, HTTP, SSE)
  • 可用于各种 AI 代理和工作流

缺点

  • 存储库已过时且为只读
  • 文档和社区支持有限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the NWC MCP Server still actively maintained?

No. The repository was archived on June 20 2025 and is now read‑only. Users are encouraged to migrate to the newer Alby MCP server, which includes the same functionality plus additional Lightning tools.

Asked by Nils Johansson · Sep 4, 2025

How do I authenticate the server when using the HTTP/SSE transports?

Both HTTP and SSE transports require Bearer authentication. Supply your Nostr Wallet Connect secret (a string starting with `nostr walletconnect://`) as the Bearer token in the request headers.

Asked by Paloma Ruiz · Aug 7, 2025

What runtimes does the NWC MCP Server support and how do I start it?

The server can run in two modes: STDIO (command‑line) and HTTP. For STDIO, invoke it via `npx @getalby/nwc-mcp-server`. For HTTP, start the same command and it will expose Streamable HTTP and Server‑Sent Events (SSE) endpoints; you can then connect using the provided URLs.

Asked by Nadia Benali · Jul 10, 2025

提问

服务配缩器 的替代品