Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

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": {} } } }

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": { }, "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

-
security - not tested
F
license - not found
-
quality - not tested

Enables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.

  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

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 -
    33
    TypeScript
    • 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 -
    17
    Python
    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 -
    4
    TypeScript
    • 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 -
    678
    38
    TypeScript

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