Skip to content
Cursor

CLIO Hdf5 for Cursor

io.github.iowarp/hdf5-mcp

HDF5 FastMCP - Scientific Data Access for AI Agents | CLIO Kit MCP Server

client:Cursor transport:stdio runtime:pypi

Install CLIO Hdf5 in Cursor

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

{
  "mcpServers": {
    "hdf5-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

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

CLIO Hdf5 in other clients