What is the plantcv-mcp MCP server?
Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from
How to install plantcv-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"plantcv-mcp": {
"command": "uvx",
"args": [
"plantcv-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"plantcv-mcp": {
"command": "uvx",
"args": [
"plantcv-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"plantcv-mcp": {
"command": "uvx",
"args": [
"plantcv-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"plantcv-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"plantcv-mcp"
]
}
}
}Claude Code
claude mcp add plantcv-mcp -- uvx plantcv-mcpRelated MCP servers
jobd
Active
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
4
View repository →Python
MIT
Plant Genomics
Active
Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis.
3
View repository →Python
MIT
Data Aggregator
Active
Find & fetch research datasets across 17 archives, omics registries, and literature sources.
2
View repository →Python
MIT
ldraw-mcp
Active
Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw
2
View repository →Python
MIT
breedsim-mcp
Active
Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.
0
View repository →Python
GPL-3.0
phylokit-mcp
Active
Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support
0
View repository →Python
GPL-2.0