PluginBench
MCP Server

io.github.llmops-pro/albyhub-admin-mcp MCP Server

io.github.llmops-pro/albyhub-admin-mcp

What is the io.github.llmops-pro/albyhub-admin-mcp MCP server?

Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.

How to install io.github.llmops-pro/albyhub-admin-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALBYHUB_URL
    required

    Base URL of the Alby Hub instance

  • ALBYHUB_TOKEN
    required
    secret

    Alby Hub API bearer token

  • ALBYHUB_READ_ONLY

    Set true to block all write operations (recommended for first-time setup)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "env": {
        "ALBYHUB_URL": "<YOUR_ALBYHUB_URL>",
        "ALBYHUB_TOKEN": "<YOUR_ALBYHUB_TOKEN>",
        "ALBYHUB_READ_ONLY": "<YOUR_ALBYHUB_READ_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "env": {
        "ALBYHUB_URL": "<YOUR_ALBYHUB_URL>",
        "ALBYHUB_TOKEN": "<YOUR_ALBYHUB_TOKEN>",
        "ALBYHUB_READ_ONLY": "<YOUR_ALBYHUB_READ_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "env": {
        "ALBYHUB_URL": "<YOUR_ALBYHUB_URL>",
        "ALBYHUB_TOKEN": "<YOUR_ALBYHUB_TOKEN>",
        "ALBYHUB_READ_ONLY": "<YOUR_ALBYHUB_READ_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "albyhub-admin-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "env": {
        "ALBYHUB_URL": "<YOUR_ALBYHUB_URL>",
        "ALBYHUB_TOKEN": "<YOUR_ALBYHUB_TOKEN>",
        "ALBYHUB_READ_ONLY": "<YOUR_ALBYHUB_READ_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add albyhub-admin-mcp --env ALBYHUB_URL=<YOUR_ALBYHUB_URL> --env ALBYHUB_TOKEN=<YOUR_ALBYHUB_TOKEN> --env ALBYHUB_READ_ONLY=<YOUR_ALBYHUB_READ_ONLY> -- npx -y albyhub-admin-mcp

Related MCP servers

No-KYC web search for AI agents, paid per query in Lightning sats (L402). Holds no keys.

View repository →

Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store.

View repository →

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

View repository →

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

View repository →

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

View repository →