btc-lightning-mcp-server
0
This project is an MCP server that interfaces with a local Lightning Network Daemon, providing the ability for Agentic systems to interact with the Lightning Network. It supports SSE for transport and is compatible with the LangGraph framework.
MCP Server for Bitcoin Lightning
This repository utilizes an MCP server to interface with a local Lightning Network Daemon, enabling Agentic systems' interaction with the Lightning Network.
Prerequisites
- Python >= 3.10
- 'uv' for package management
- A running Lightning Network Daemon (
lnd
)
Running the MCP Server
Environment variables are required for configuration, such as LIGHTNING_RPC_PORT
and LIGHTNING_CERT_PATH
.
Connecting to the MCP Server
Connections are managed through Server-Sent Events (SSE) and can be integrated with the LangGraph framework.