mcpbeat Sign in

Albyhub Admin MCP Server

local only

Albyhub Admin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 13 · avg 5 · -14% w/w
a month agotoday
29
Installs / week
npm · albyhub-admin-mcp
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 25 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:18
ENV ALBYHUB_TOKEN="placeholder-introspection-only"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add albyhub-admin-mcp -- npx -y albyhub-admin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.albyhub-admin-mcp]
command = "npx"
args = ["-y", "albyhub-admin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALBYHUB_URL (Base URL of the Alby Hub instance), ALBYHUB_TOKEN (Alby Hub API bearer token), ALBYHUB_READ_ONLY (Set true to block all write operations (recommended for first-time setup)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Albyhub Admin MCP

same job, measured the same way
LQWD Gateway
by lqwdtech

Free Lightning faucet MCP — agents register, get an inbound channel, bootstrap an LDK node.

3 tools answering
I
Agent Guardrails
by logi-cmd

Merge gates and safety checks for AI coding agents via MCP.

125 installs/wk local only
SRG+
by srgplus

Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

70 installs/wk answering
Agent Relay
by cloud1map

Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.

38 installs/wk local only
I
Fast HTML MCP
by aimino-tech

Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates.

41 installs/wk local only
Cinderwright API
by cinderwright-ai

Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed.

43 installs/wk local only
Infraveil Control Plane
by infraveilhq

Govern your backend control plane from your AI agent - signed, human-approval-gated.

62 installs/wk local only
Human Design MCP Server by RoxyAPI
by roxyapi

Human Design bodygraph, type, authority, profile, gates and channels for AI agents.

12 tools answering

Albyhub Admin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Albyhub Admin MCP?
Albyhub Admin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package albyhub-admin-mcp was installed 29 times last week.
How do I connect Albyhub Admin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls albyhub-admin-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Albyhub Admin MCP?
The npm package albyhub-admin-mcp was installed 29 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Albyhub Admin MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.