Plant Genomics for Cursor
io.github.musharna/plant-genomics-mcp
Plant genomics MCP — 53 tools across 23 backends with cross-source synthesis.
client:Cursor
transport:stdio
runtime:pypi
Install Plant Genomics in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"plant-genomics-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs