Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

Lightning 工具 MCP 服务器

与您的 LLM 账户交互闪电地址并使用其他常用闪电工具。与NWC MCP 服务器完美结合

此 MCP 服务器使用官方 MCP TypeScript SDK

快速入门

添加到 Claude 桌面

将其添加到您的 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
F
license - not found
-
quality - not tested

通过您的 LLM 实现与闪电地址和常见闪电工具的交互,通过自然语言提供闪电网络功能。

  1. 快速入门
    1. 添加到 Claude 桌面
    2. 添加到克莱恩
  2. 来自源
    1. 先决条件
    2. 安装
    3. 建筑
    4. 检查工具(无需 LLM 即可使用/测试)
    5. 支持的工具

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Enables LLM applications to interact with macOS through AppleScript.
    Last updated -
    21
    138
    TypeScript
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables 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 -
    33
    TypeScript
    • Apple
  • A
    security
    F
    license
    A
    quality
    Connects a Bitcoin Lightning wallet to your LLM using Nostr Wallet Connect, enabling payment functionalities within language models like Claude.
    Last updated -
    6
    12
    11
    TypeScript
  • -
    security
    A
    license
    -
    quality
    Connects to Lightning Network nodes and enables natural language queries for channel information, providing both human-readable responses and structured JSON data through the Model Context Protocol.
    Last updated -
    3
    TypeScript
    Apache 2.0
    • Apple
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getAlby/lightning-tools-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server