mcpbeat Sign in

mcp-hub MCP Server

local only

mcp-hub runs on your own machine — the client starts it, so there is no endpoint to ping. 488 installs a week from npm. Last commit 27 Aug 2026.

Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client

Installs per day peak 442 · avg 74 · -60% w/w
a month agotoday
488
Installs / week
npm · @ni-c/mcp-hub
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check mcp-hub every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-hub -- npx -y @ni-c/mcp-hub
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-hub": {
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-hub]
command = "npx"
args = ["-y", "@ni-c/mcp-hub"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-hub": {
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-hub": {
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ],
      "command": "npx"
    }
  }
}

Alternatives to mcp-hub

same job, measured the same way
QuickBooks Online MCP Server
by amin-ale

QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.

69 installs/wk local only
Selis MCP
by selis-mcp

MCP server for Selis TMiS — manage PMO entities from any MCP client

152 installs/wk 13 tools answering
Arcane RMCP
by dinglebear

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

60 installs/wk local only
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
Redmine MCP Stdio
by andrelaptenok

Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.

67 installs/wk local only
OctoCounts MCP Server
by huanglizhuo

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

345 installs/wk local only
Unyly Gateway
by unyly

One connector for 15,000+ MCP servers plus your team's private MCPs, from any AI client.

answering
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only

mcp-hub — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-hub?
mcp-hub 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 @ni-c/mcp-hub was installed 488 times last week.
How do I connect mcp-hub?
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 @ni-c/mcp-hub straight from npm; nothing to host, nothing to sign up for.
How many people use mcp-hub?
The npm package @ni-c/mcp-hub was installed 488 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-hub 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.