Odel
OpenHCS

OpenHCS

Local
@openhcsdev5PythonMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIopenhcsv0.8.1

Run

uvx openhcs

MCP client config

{
  "mcpServers": {
    "openhcs": {
      "command": "uvx",
      "args": [
        "openhcs"
      ]
    }
  }
}