Lightning Tools MCP Server
An MCP server for accessing useful Bitcoin Lightning tools.
⚠️ DEPRECATED ⚠️
Please use Alby MCP instead!
This repository has been deprecated in favor of Alby MCP, which includes all the NWC tools along with additional lightning tools.
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": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
}
}
}
}
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": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
},
"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
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP SSE Launcher
A Python management system for MCP servers that wraps stdio-based servers as SSE endpoints and includes a web inspector for testing.
PGYER
MCP Server for PGYER platform, supports uploading, querying apps, etc.
Code Editor
Enables AI assistants to write, edit, and manage code files directly in a specified directory, respecting .gitignore patterns.
Ruby MCP Client
A Ruby client for the Model Context Protocol (MCP), enabling integration with external tools and services via a standardized protocol.
Rails MCP Server
An MCP server for Rails projects, allowing LLMs to interact with your application.
Packmind
Access and manage your team's coding best practices and knowledge base from Packmind.
Julia Documentation MCP Server
An MCP server for accessing Julia documentation and source code.
Windows API
An MCP server for interacting with the native Windows API, enabling control over system functions and resources.
Intervals.icu
Connects to the Intervals.icu API to retrieve activities, events, and wellness data.
Layered Code
An AI-assisted web development tool for creating, modifying, and deploying code through natural language conversations.