mcpbeat Sign in

OpenHCS MCP Server

by openhcsdev Your server? Claim it
local only

OpenHCS runs on your own machine — the client starts it, so there is no endpoint to ping. 1 586 installs a week from pypi. Last commit 17 Sep 2026.

Inspect, author, validate, and run high-content microscopy workflows.

Installs per day peak 1 171 · avg 343 · -44% w/w
a month agotoday
1 586
Installs / week
pypi · openhcs
5
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 h 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.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
            let process = Process()
            file_path = os.path.join(
                directory_path, pattern_str
            )  # Use os.path.join instead of /
Sends data to a third-party sink [пакет] openhcs/core/callable_contract.py:202, openhcs/core/callable_contract.py:275
    request_binding: "CallableRequestBinding | None" = None

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

Alternatives to OpenHCS

same job, measured the same way
Croncool
by cron

Inspect scheduled jobs, runs, durable workflows, and webhook health; run one confirmed job.

10 tools answering
Playrunner
by playrunner

Discover Playwright workflows, start runs, and inspect results in Playrunner Cloud.

answering
SEOforGPT
by seoforgpt

AI visibility reports, competitor insights, readiness audits, and GEO content workflows.

answering
hilos workspace
by hilos

Operate hilos project rooms, Docs, Tasks, messages, memory, and coding-agent review workflows.

answering
Barvinca MCP
by barvinca

Inspect ACC administration data and run bounded, approval-gated bulk user workflows.

answering
Grabbit MCP
by grabbit

Find high-intent Reddit conversations and manage lead workflows from MCP-compatible AI agents.

answering
OpenVibeCoding Read-only MCP
by xiaojiou176-open

Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads.

40 installs/wk local only
CircleCI
by circleci

CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts.

22 tools answering

OpenHCS — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenHCS?
OpenHCS 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 openhcs was installed 1 586 times last week.
How do I connect OpenHCS?
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 openhcs straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenHCS?
The pypi package openhcs was installed 1 586 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenHCS open source?
Yes — it is published under the MIT licence, written in Python and 5 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.