mcpbeat Sign in

Hostkey Cloud MCP Server

by hostkey-cloud Your server? Claim it
local only

Hostkey Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 17 Sep 2026.

MCP server for Hostkey .com (InvAPI): servers, power, order, DNS, S3, billing

Installs per day peak 44 · avg 1
a month agotoday
81
Installs / week
npm · hostkey-mcp-server
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hostkey Cloud 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-server -- npx -y hostkey-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "hostkey-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "hostkey-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "hostkey-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "hostkey-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOSTKEY_API_KEY (InvAPI API key for the .com portal (invapi.hostkey.com); per-server keys supported), HOSTKEY_TOKEN_TTL (Session token TTL in seconds (default 3600)), HOSTKEY_ALLOW_DESTRUCTIVE (Set to 1 to allow destructive operations (OS reinstall, PXE cycle, service cancellation)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hostkey Cloud

same job, measured the same way
MCP Server Ru
by hostkey-cloud-ru

MCP-сервер Hostkey .ru (InvAPI): серверы, питание, заказ, DNS, S3, биллинг

92 installs/wk local only
HybridS3
by psyb0t

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

local only
I
Exoscale MCP Server
by samisouabni

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

42 installs/wk local only
Wheel Fitment API
by driveate

Official MCP server for vehicle wheel and tire fitment data from wheel-size.com

54 installs/wk local only
I
Key Drivers MCP
by petrmasa

MCP server for key driver and feature importance analysis based on rule mining

53 installs/wk local only
Leanforge MCP
by sandraschi

MCP server for AI-driven formal proof search in Lean 4

local only
Leclerc Drive
by skunkobi

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

56 installs/wk local only
S3 MCP Connector
by ferhatdundar

MCP server for Amazon S3 and S3-compatible endpoints (LocalStack, MinIO). Single Go binary.

local only

Hostkey Cloud — questions

Answers built from our own checks of this server.

Why is there no uptime for Hostkey Cloud?
Hostkey Cloud 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 hostkey-mcp-server was installed 81 times last week.
How do I connect Hostkey Cloud?
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 hostkey-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Hostkey Cloud?
The npm package hostkey-mcp-server was installed 81 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hostkey Cloud 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.