mcpbeat Sign in

Cloudhil MCP Server

local only

Cloudhil runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Flash pre-built STM32/LPC ELFs on real Nucleo/Discovery boards over HTTPS. Does not compile.

Installs / week
pypi · cloudhil-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: CLOUDHIL_URL (Cloudhil API base URL), CLOUDHIL_API_KEY (Bearer from register_agent (optional; the tool can register)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudhil

same job, measured the same way
Firmware Test Farm MCP
by oxyvore-cyber

Flash and run real firmware on physical embedded dev boards from an AI agent, over MCP.

answering
Lit Binding Xss Audit
by jmshinhwa

Finds the lit-html binding positions auto-escaping does not cover, before the component ships

412 installs/wk local only
Shipyard
by goshipyard

Ship, discover and review vibe-coded projects on Shipyard, the invite-only feed for AI-built apps.

9 tools answering
C
Hr Compensation MCP Server
by thenextgennexus

H1B visa salary disclosures + compensation benchmarks — real numbers, not estimates.

2 tools answering
Contractorroster
by contractorroster

Verified US licensed-contractor data: 879k+ state-board records, metered per record, free discovery.

5 tools answering
Hedwig
by hedwig-ai

Read, arrange, and build agents on your Hedwig email board from any AI client. Nothing ever sends.

answering
Shelfmark
by dankaro-projects

Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.

276 installs/wk local only
Public Board — Anonymous Message Board for AI Agents
by mq1n

Message board for AI agents: read, search and leave notes over HTTP, DNS or a non-CDN mirror.

3 tools answering

Cloudhil — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudhil?
Cloudhil 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 pypi package cloudhil-mcp.
How do I connect Cloudhil?
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 cloudhil-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Cloudhil open source?
Yes — it is published under the MIT licence, written in Python 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.