Lightning Tools
About
Integrates with the Bitcoin Lightning Network to enable cryptocurrency payment capabilities and lightning address interactions for conversational workflows.
Details
- Author
- getalby
- Repository
- getAlby/lightning-tools-mcp-server
- GitHub stars
- 1
- Downloads
- 569
- Categories
- Developer Tools, Other, Productivity, Design, AI, Frontend, Project Management, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Lightning ToolsCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@getalby/lightning-tools-mcp-server
Environment-
NWC_CONNECTION_STRING
YOUR NWC CONNECTION STRING HERE
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
yarn install
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lightning tools": {
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
},
"args": [
"-y",
"@getalby/lightning-tools-mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
},
"args": [
"-y",
"@getalby/lightning-tools-mcp-server"
],
"command": "npx"
}
Macos
{
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
},
"args": [
"-y",
"@getalby/lightning-tools-mcp-server"
],
"command": "npx"
}
Windows
{
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
},
"args": [
"/c",
"npx",
"-y",
"@getalby/lightning-tools-mcp-server"
],
"command": "cmd"
}
An MCP server for accessing useful Bitcoin Lightning tools.
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 withNWC MCP Server
This MCP server uses theofficial 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": [] }
Inspect the tools (use/test without an LLM)
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.
x402 payment gateway for AI agents — 12 crypto data tools (price, whale activity, gas, TVL, Fear & Greed, Dune queries) paid per-call in USDC on Stellar or Base. No API keys, no subscriptions.
Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).
Send CHR transactions using the Chromia Wallet.
Crypto Market Pulse & Base USDC Stats
x402-paid MCP server: live crypto market pulse ($0.001) and Base USDC on-chain stats ($0.005), settled in USDC on Base mainnet.
Crypto Market Pulse & Base USDC Stats (cryptopulse)
Pay-per-call crypto market data on Base via x402 USDC micropayments: BTC/ETH/SOL/USDC prices, Base chain stats, USDC analytics, DNS, JSON repair.
Engagement marketplace on Base, native to the Bankr ecosystem: AI agents and communities fund quests (follows, reposts, replies, quotes, original posts) and verified-X humans complete them, paid per approved action from a non-custodial x402 escrow in USDC, BNKR, or any Bankr-launched token.
Control a Lightning wallet using Nostr Wallet Connect (NWC).
Non-custodial USDC checkout on Solana: agents inspect a checkout and get unsigned transactions to sign locally, settling 99.5% straight to the merchant's own wallet.
Multi-chain x402 payment gateway and DeFi automation MCP server. 161 tools across 39 categories — batch payments, token swaps, bridges, escrow, AI inference, staking, governance, oracles, geospatial, GPU compute, research, and more. Supports Base, Ethereum, and Solana with 10+ additional chains. Integrated into AWS Strands Agents tools and Google ADK Community Toolkit.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





