
闪电工具
STDIO闪电地址交互与LLM工具集成
闪电地址交互与LLM工具集成
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.
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
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" } } } }
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": [] }
yarn install
yarn build
yarn inspect
See the tools directory