Integrations
Connects with Alby's Lightning wallet infrastructure through the NWC protocol, as evidenced by the package name (@getalby/nwc-mcp-server) and focus on Lightning Network integration.
Enables interaction with the Bitcoin Lightning Network for payment processing, allowing AI agents to initiate transactions and manage lightning wallet operations via Nostr Wallet Connect (NWC).
Provides tools for Bitcoin Lightning Network operations, enabling payment processing and wallet management through the Nostr Wallet Connect protocol.
NWC MCP サーバー
Nostr Wallet Connect ( NWCまたはNIP-47 ) を使用して、ビットコイン ライトニング ウォレットを LLM に接続します。
このMCPサーバーは公式MCP TypeScript SDKを使用しています
クイックスタート
クロードデスクトップに追加
claude_desktop_config.json に以下を追加します:
グースに追加
- タイプ
goose configure
- 拡張機能の追加 -> コマンドライン拡張機能
nwc
と呼ぶ- 実行すべきコマンド:
npx -y @getalby/nwc-mcp-server
- タイムアウト: 30
- 説明: なし
- 環境変数: はい
- 環境変数名:
NWC_CONNECTION_STRING
- 環境変数の値:
nostr+walletconnect://...
(ここにNWC接続シークレットを入力してください)
クラインに追加
以下のコードをコピーして、cline プロンプトに貼り付けてください。接続文字列の更新を促すメッセージが表示されます。
N8N(コミュニティノード)に追加
現在、この MCP サーバーはコマンド ライン (STDIO) 経由でのみ動作します。
n8n-nodes-mcpコミュニティノードをインストールし、ツールを有効にしてn8nを実行できます。例:
空のワークフローを作成し、AIエージェントノードを追加します。LLMモデルを設定し、新しいツール「MCPクライアント」を追加します(横にキューブが表示され、コミュニティノードであることを示します)。
コマンド ライン (STDIO) を選択して資格情報を追加し、MCP クライアントを構成します。
コマンド: npx
引数: -y @getalby/nwc-mcp-server
環境NWC_CONNECTION_STRING=nostr+walletconnect://your_key_here
(パスワード フィールドはプレーンテキストに切り替えることができないため、テキスト エディターで行全体を作成して貼り付けます)
完全な例については、N8N有料チャットワークフローをご覧ください。
ソースから
前提条件
- Node.js 20以上
- 糸
- NWCをサポートするライトニングウォレットからの接続文字列
インストール
建物
NWC接続を追加する
.env.example
を.env
にコピーし、接続文字列を更新します。
ツールを検査する(LLMなしで使用/テストする)
yarn inspect
サポートされているツール
ツールディレクトリを参照
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Nostr Wallet Connect を使用して Bitcoin Lightning ウォレットを LLM に接続し、Claude などの言語モデル内で支払い機能を有効にします。
Related MCP Servers
- -securityFlicense-qualityEnables LLMs to interact with Discord channels by sending and reading messages through Discord's API, with a focus on maintaining user control and security.Last updated -33TypeScript
- -securityAlicense-qualityConnects 'yt-dlp' with LLMs via the Model Context Protocol, allowing users to download YouTube content and integrate it with Dive and other MCP-compatible LLMs.Last updated -212516TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -32PythonApache 2.0
ZBD MCP Serverofficial
-securityFlicense-qualityA server that adds Bitcoin payment capabilities to LLMs, enabling sending/receiving payments, creating charges, managing wallets, and performing other Bitcoin Lightning Network operations.Last updated -4TypeScript