Servers
MCP Server for Bitcoin Lightning
@ehallmark
Overview
What is MCP Server for Bitcoin Lightning?
This server communicates with a local Lightning Network Daemon (lnd) and wraps it in a Model Context Protocol (MCP) server. It enables Agentic systems to programmatically interact with the Bitcoin Lightning Network.
How to use MCP Server for Bitcoin Lightning?
Configure environment variables for the LND RPC port, TLS certificate path, macaroon path, and the server’s host/port. Run the server with uv run main.py. Connect to it using SSE transport, for example via LangGraph’s MultiServerMCPClient.
Key features of MCP Server for Bitcoin Lightning?
- Commun