Skip to content
Cursor

plantcv-mcp for Cursor

io.github.musharna/plantcv-mcp

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

client:Cursor transport:stdio runtime:pypi

Install plantcv-mcp in Cursor

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

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

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

plantcv-mcp in other clients