Plant Genomics
Rank #5,802io.github.musharna/plant-genomics-mcp
Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis.
Plant Genomics is a Model Context Protocol (MCP) server published by musharna. It ranks #5,802 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Plant Genomics is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on May 24, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 109,658 of 115,460 servers on MCP Toplist.
Use Plant Genomics
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add plant-genomics-mcp -- uvx plant-genomics-mcp[mcp_servers.plant-genomics-mcp]
command = "uvx"
args = ["plant-genomics-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"plant-genomics-mcp": {
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"plant-genomics-mcp": {
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"plant-genomics-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"plant-genomics-mcp": {
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"plant-genomics-mcp": {
"command": "uvx",
"args": [
"plant-genomics-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.musharna%2Fplant-genomics-mcp)<a href="https://mcptoplist.com/server/io.github.musharna%2Fplant-genomics-mcp"><img src="https://mcptoplist.com/badge/io.github.musharna%2Fplant-genomics-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
musharna
Other servers by musharna
- jobd#4,337 · 10 vers
- plantcv-mcp#5,192 · 8 vers
- ldraw-mcp#6,255 · 5 vers
- Data Aggregator#7,088 · 6 vers
- phylokit-mcp#9,481 · 2 vers
- breedsim-mcp#9,694 · 2 vers
Available versions (6)
| Version | Published |
|---|---|
| 1.21.0 | Aug 7, 2026 |
| 1.19.3 | Jul 28, 2026 |
| 1.19.2 | Jul 25, 2026 |
| 1.19.0 | Jul 25, 2026 |
| 1.18.1 | Jul 24, 2026 |
| 1.0.4 | May 24, 2026 |
Frequently asked questions
- Who maintains Plant Genomics?
- Plant Genomics is maintained by musharna, which publishes 7 MCP servers (39 total versions) tracked on MCP Toplist.
- Is Plant Genomics listed on the Official MCP Registry?
- Yes — Plant Genomics is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Plant Genomics have?
- MCP Toplist tracks 6 versions of Plant Genomics, most recently published on Aug 7, 2026.
- Where can I find the source code for Plant Genomics?
- The source code for Plant Genomics is hosted at github.com/musharna/plant-genomics-mcp.