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
An MCP server providing intelligent transcript processing capabilities, featuring natural formatting, contextual repair, and smart summarization powered by...
Open-source Python MCP server for Todoist. Use to create & provide structured tasks for Cursor, or to automatically...
An MCP server that provides real-time access to Chainlink's decentralized on-chain price feeds.
基于 FastAPI 和 MCP(模型上下文协议),实现 AI 模型与开发环境 之间的标准化上下文交互,提升 AI 应用的可扩展性和可维护性。
MCP tool to calculate TA using SSE transport layer
The Model Context Protocol (MCP) server that provides seamless interaction with Novita AI platform resources
An experimental open-source attempt to make GPT-4 fully autonomous.
A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.
GitHub context server for AI models. Fetch files, structure, filter, and more.
Create a new MCP server in TypeScript, batteries included.





