Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

⚠️ DEPRECATED ⚠️

Please use Alby MCP instead!

This repository has been deprecated in favor of Alby MCP, which includes all the NWC tools along with additional lightning tools.

Lightning Tools MCP Server

Interact with lightning addresses and use other common lightning tools with your LLM. Works well combined with NWC MCP Server

This MCP server uses the official MCP TypeScript SDK

Quick Start

Add to Claude Desktop

Add this to your claude_desktop_config.json:

{ "mcpServers": { "lightning-tools": { "command": "npx", "args": ["-y", "@getalby/lightning-tools-mcp-server"], "env": { "NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE" } } } }

Add to Cline

Copy the below and paste it into a cline prompt.

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

From Source

Prerequisites

  • Node.js 20+
  • Yarn

Installation

yarn install

Building

yarn build

Inspect the tools (use/test without an LLM)

yarn inspect

Supported Tools

See the tools directory

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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

  1. クイックスタート
    1. クロードデスクトップに追加
    2. クラインに追加
  2. ソースから
    1. 前提条件
    2. インストール
    3. 建物
    4. ツールを検査する(LLMなしで使用/テストする)
    5. サポートされているツール

Related MCP Servers

  • -
    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 -
    75
    126
    • Apple
  • -
    security
    A
    license
    -
    quality
    A comprehensive toolkit that enhances LLM capabilities through the Model Context Protocol, allowing LLMs to interact with external services including command-line operations, file management, Figma integration, and audio processing.
    Last updated -
    22
    Apache 2.0
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables communication and coordination between different LLM agents across multiple systems, allowing specialized agents to collaborate on tasks, share context, and coordinate work through a unified platform.
    Last updated -
    6
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.
    Last updated -
    2,688
    48

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