Odel
plantcv-mcp

plantcv-mcp

Local
@musharnaPythonMITUpdated 4 days ago

Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from

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).

PyPIplantcv-mcpv1.13.1

Run

uvx plantcv-mcp

MCP client config

{
  "mcpServers": {
    "plantcv-mcp": {
      "command": "uvx",
      "args": [
        "plantcv-mcp"
      ]
    }
  }
}