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": []
}Related MCP server: NWC MCP Server
De la fuente
Prerrequisitos
Node.js 20+
Hilo
Instalación
yarn installEdificio
yarn buildInspeccionar las herramientas (utilizarlas/probarlas sin un LLM)
yarn inspect
Herramientas compatibles
Ver el directorio de herramientas
A
license - permissive licenseB
qualityF
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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
