Skip to content
Cursor

OpenHCS for Cursor

io.github.openhcsdev/openhcs

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

client:Cursor transport:stdio runtime:pypi

Install OpenHCS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenHCS in other clients