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": []
}Related MCP server: Notion MCP Server
ソースから
前提条件
Node.js 20以上
糸
インストール
yarn install建物
yarn buildツールを検査する(LLMなしで使用/テストする)
yarn inspect
サポートされているツール
ツールディレクトリを参照
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.