Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

Servidor MCP de Lightning Tools

Interactúa con direcciones Lightning y usa otras herramientas Lightning comunes con tu LLM. Funciona bien con el servidor NWC MCP.

Este servidor MCP utiliza el SDK oficial de TypeScript de MCP

Inicio rápido

Añadir a Claude Desktop

Agregue esto a su claude_desktop_config.json:

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

Añadir a Cline

Copie lo siguiente y péguelo en un mensaje de cline.

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

De la fuente

Prerrequisitos

  • Node.js 20+
  • Hilo

Instalación

yarn install

Edificio

yarn build

Inspeccionar las herramientas (utilizarlas/probarlas sin un LLM)

yarn inspect

Herramientas compatibles

Ver el directorio de herramientas

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

Permite la interacción con direcciones Lightning y herramientas Lightning comunes a través de su LLM, proporcionando la funcionalidad de Lightning Network a través del lenguaje natural.

  1. Inicio rápido
    1. Añadir a Claude Desktop
    2. Añadir a Cline
  2. De la fuente
    1. Prerrequisitos
    2. Instalación
    3. Edificio
    4. Inspeccionar las herramientas (utilizarlas/probarlas sin un LLM)
    5. Herramientas compatibles

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