albyhub-admin-mcp
About
Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ALBYHUB_URL ALBYHUB_TOKEN ALBYHUB_READ_ONLYClaude Code
claude mcp add --env ALBYHUB_URL= --env ALBYHUB_TOKEN= --env ALBYHUB_READ_ONLY= albyhub-admin-mcp -- npx albyhub-admin-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"albyhub-admin-mcp","command":"npx","args":["albyhub-admin-mcp"],"env":{"ALBYHUB_URL":"","ALBYHUB_TOKEN":"","ALBYHUB_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"albyhub-admin-mcp": {
"command": "npx",
"args": [
"albyhub-admin-mcp"
],
"env": {
"ALBYHUB_URL": "",
"ALBYHUB_TOKEN": "",
"ALBYHUB_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.