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
Lightning Tools
Project Details
- getAlby/lightning-tools-mcp-server
- @getalby/lightning-tools-mcp-server
- Last Updated: 4/4/2025
Recomended MCP Servers
Storacha MCP storage server - self-sovereign data for your AI applications.
An MCP server that powers AI agents with indexed blockchain data from The Graph.
MCP server that provides doc forge capabilities
An MCP server that provides real-time funding rate data across major crypto exchanges.
Test repository for MCP server code
MCP server created for Freshdesk, allowing AI models to interact with Freshdesk modules
MCP server for accessing Dutch World War II archives through the Oorlogsbronnen API. Provides structured access to historical...
This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations...





