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
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.
Related MCP Servers
- -security-license-qualityEnables 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 -101140
 - -security-license-qualityA 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 -26Apache 2.0
 - -security-license-qualityEnables 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.
 - Asecurity-licenseAqualityEnables 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 -1001,19160