Lightning Tools MCP Server

Lightning Tools MCP サーバー

LLMでライトニングアドレスを操作し、他の一般的なライトニングツールを使用できます。NWC MCPサーバーと組み合わせると最適です。

このMCPサーバーは公式MCP TypeScript SDKを使用しています

クイックスタート

クロードデスクトップに追加

claude_desktop_config.json に以下を追加します:

{ "mcpServers": { "lightning-tools": { "command": "npx", "args": ["-y", "@getalby/lightning-tools-mcp-server"], "env": {} } } }

クラインに追加

以下をコピーして、cline プロンプトに貼り付けます。

Add the following to my MCP servers list: "lightning-tools": { "command": "npx", "args": ["-y", "@getalby/lightning-tools-mcp-server"], "env": { }, "disabled": false, "autoApprove": [] }

ソースから

前提条件

  • Node.js 20以上

インストール

yarn install

建物

yarn build

ツールを検査する(LLMなしで使用/テストする)

yarn inspect

サポートされているツール

ツールディレクトリを参照

-
security - not tested
-
license - not tested
-
quality - not tested

LLM を介してライトニング アドレスおよび一般的なライトニング ツールとの対話を可能にし、自然言語によるライトニング ネットワーク機能を提供します。

  1. Quick Start
    1. Add to Claude Desktop
    2. Add to Cline
  2. From Source
    1. Prerequisites
    2. Installation
    3. Building
    4. Inspect the tools (use/test without an LLM)
    5. Supported Tools
ID: pqmzp2mohx