🌱 plant-genomics-mcp

MCP serverDev tools

Plant genomics MCP β€” 50 tools across 23 backends with cross-source synthesis.

Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.

Connect ahel once, and every AI you use reads what you have installed.

From the project's README

As published by musharna/plant-genomics-mcp in README.md.

50 tools for plant-genomics locus lookup over the Model Context Protocol β€” 28 single-locus + 1 motif lookup + 1 region query + 1 variant annotator + 1 gene-set enrichment + 1 BLAST search + 12 parallel-batch + 5 cross-source synthesis variants. Free, public sources: Ensembl Plants, Phytozome BioMart, UniProtKB, Europe PMC, QuickGO, Planteome, PlantCyc/PMN, g:Profiler, NCBI BLAST, Gramene, JASPAR, KEGG, STRING-DB, ATTED-II, ThaleMine, and BAR (Bio-Analytic Resource for Plant Biology).

πŸ“¦ Install

# Zero-install β€” uv fetches and runs it on demand
claude mcp add plant-genomics --scope local -- uvx plant-genomics-mcp
# pipx β€” installs the CLI onto your PATH
pipx install plant-genomics-mcp
claude mcp add plant-genomics --scope local -- plant-genomics-mcp

# GHCR Docker image
docker pull ghcr.io/musharna/plant-genomics-mcp:latest
claude mcp add plant-genomics --scope local -- \
  docker run --rm -i ghcr.io/musharna/plant-genomics-mcp:latest

# From source
git clone https://github.com/musharna/plant-genomics-mcp.git
cd plant-genomics-mcp
python -m venv .venv && .venv/bin/pip install -e .
claude mcp add plant-genomics --scope local -- "$(pwd)/.venv/bin/plant-genomics-mcp"

πŸ’¬ Try it

Once connected, ask Claude a plain-language question β€” you don't have to name any tool or remember the chain:

"Tell me everything about the Arabidopsis gene AT1G01010 β€” its function, GO terms, KEGG pathways, protein-interaction partners, and recent papers."

Claude fans out across Ensembl Plants, UniProt, QuickGO, KEGG, STRING-DB, and Europe PMC in a single turn and hands back one synthesized answer. Swap in any locus and pass organism= for cross-species β€” e.g. rice Os01g0100100 (oryza_sativa) β€” and it routes to the right backends automatically.

πŸ› οΈ Tools

50 tools across 23 backends β€” Ensembl Plants, Phytozome BioMart, UniProtKB, Europe PMC, QuickGO, Planteome, PlantCyc/PMN, g:Profiler, AlphaFold DB, PDBe, InterPro, JASPAR, PANTHER, OrthoDB, AraGWAS, 1001 Genomes, NCBI BLAST, Gramene, KEGG, STRING-DB, ATTED-II, ThaleMine, BAR. 28 single-locus + 1 motif lookup + 1 region query + 1 variant annotator + 1 gene-set enrichment + 1 BLAST search + 12 parallel-batch + 5 cross-source synthesis. Most take a TAIR-style locus (e.g. AT1G01010) plus optional organism= (slug / scientific name / common name / NCBI taxid β€” 12-plant curated coverage matrix at the pgmcp://organisms/coverage MCP resource). All publish JSON outputSchema, EDAM ontology tags, and behaviour annotations β€” every tool is readOnlyHint + openWorldHint, so hosts can surface them without a destructive-action confirmation prompt.

#CategoryToolWhat it does
1Gene metadata (live)ensembl_plants_lookup_locusFetches gene record from Ensembl Plants REST (any plant species).
2Cross-references (live)get_gene_xrefsFetches cross-DB references (UniProt, NCBI Gene, TAIR, GO, …) from Ensembl.
3Gene metadata (live)phytozome_lookup_locusFetches gene record from Phytozome BioMart (any Phytozome proteome).
4Protein (live)resolve_locus_to_uniprotResolves a locus to its UniProtKB record (Swiss-Prot preferred, TrEMBL OK).
5Literature (live)locus_literatureSearches Europe PMC for papers mentioning the locus (free, no API key).
6GO annotations (live)locus_go_annotationsFetches QuickGO GO annotations (locus β†’ UniProt β†’ QuickGO).
7Sequence search (live)blast_sequenceNCBI BLAST URLAPI β€” async Put/Get polling with progress notifications.
8Homology (live)gramene_homologsFetches Gramene v69 homology entries (ortholog / paralog) with gene_tree_id.
9Pathways (live)kegg_pathwaysFetches KEGG pathway memberships. 7 organisms: Arabidopsis (ath:, native AGI), + rice (osa:), maize (zma:), soybean (gmx:), barley (hvg:), poplar (pop:), brachypodium (bdi:) bridged via Ensembl β†’ Entrez ID.
10Interactions (live)string_interactionsFetches STRING-DB first-neighbor interaction partners with per-channel score.
11Coexpression (live)atted_coexpressionFetches ATTED-II Ath-u.c4-0 top-N coexpression neighbors with z-scores.
12Curator summary (live)bar_gene_summaryFetches BAR ThaleMine + GAIA-aliases curator summary for an Arabidopsis locus.
13Expression (live)bar_efp_expressionFetches BAR eFP-Browser expression profile (mean Β± SD per tissue) for a locus.
14Interactions (live)bar_aiv_interactionsFetches BAR AIV interaction partners (Arabidopsis + rice) with confidence + papers.
15Curator summary (live)tair_locus_infoSilent upgrade β€” alias of bar_gene_summary. MCP tool name preserved for clients.
16Metabolism (live)plantcyc_locus_infoWalks gene β†’ enzyme β†’ reactions β†’ PlantCyc/PMN pathways (free BioCyc web-services API). The metabolic-pathway view KEGG/GO lack; found=false for non-enzymatic genes. 11 species have a PGDB.
17Sequence (live)get_sequenceFetches a locus's sequence (genomic / cds / cdna / protein) from Ensembl /sequence/id β€” the fetch half of lookup β†’ fetch β†’ BLAST; feed sequence to blast_sequence.
18Region query (live)ensembl_region_queryLists gene/transcript/cds/exon features overlapping a genomic interval (chr:start-end) via Ensembl /overlap/region β€” "what's in this QTL interval" without a per-locus lookup.
19Enrichment (live)go_enrichmentGO + KEGG over-representation for a gene list via g:Profiler g:GOSt β€” "what is my DE / co-expression set enriched for?" Reports unmapped loci; optional custom background. All 12 organisms.
20Plant ontology (live)locus_plant_ontologyPlant Ontology (anatomy / dev-stage) + Trait Ontology annotations for a locus via Planteome (Solr) β€” the plant-specific ontologies GO doesn't cover. by_ontology rollup; taxon-filtered. Strong for 6 species.
21Structure (live)alphafold_structureAlphaFold DB predicted 3D model for a locus (locus β†’ UniProt β†’ model): global mean pLDDT, per-band confidence, modelled span, and mmCIF / PDB / PAE URLs. found=false when no model is deposited. All 12 organisms.
22Structure (live)experimental_structuresPDBe experimentally-solved (X-ray / cryo-EM / NMR) structures for a locus (locus β†’ UniProt): best-first PDB id, chain, method, resolution, coverage, residue span. found=false when none deposited (common for plants). All 12 organisms.
23Domains (live)interpro_domainsInterPro domain / family architecture (locus β†’ UniProt): each entry's accession, name, type, source_database (Pfam included), integrated InterPro id, and residue spans, plus a count_by_type rollup. All 12 organisms.
24TF motifs (live)tf_binding_motifsJASPAR curated TF DNA-binding profiles for a locus (locus β†’ UniProt β†’ symbol search, then UniProt-confirmed): matrix id, TF class/family, assay type (SELEX / ChIP-seq / PBM / DAP-seq), IUPAC consensus, PubMed refs, logo URL. Fuzzy name hits for other genes are quarantined in name_only_matches. Arabidopsis-heavy coverage.
25TF motifs (live)jaspar_motifOne JASPAR profile by matrix id (e.g. MA0570.1, or MA0570 for the newest version) including the raw position-frequency matrix β€” the drill-down companion to tf_binding_motifs.
26Interactions (live)experimental_interactionsThaleMine CURATED EXPERIMENTAL interaction partners (BioGRID / IntAct / PSI-MI) for an Arabidopsis locus β€” per partner: detection method (two hybrid, pull down, ...), PSI-MI relationship type, physical vs genetic, source DB, PubMed IDs, and an evidence count. The experimental counterpart to string_interactions (predicted / text-mined). Arabidopsis only.
27Function (live)locus_gene_rifsThaleMine curated GeneRIF statements β€” one-sentence, manually curated descriptions of what the gene does, each tied to a PubMed ID (HY5 has 114). Citable functional context that GO terms and raw abstracts don't provide. Arabidopsis only.
28Variation (live)locus_variantsNatural (EVA/dbSNP) variants overlapping a locus's genomic span via Ensembl /overlap/region β€” id, source, consequence class, alleles, clinical significance. variant_count + truncated. All 12 organisms.
29Variation (live)vep_annotateEnsembl VEP consequence prediction for a variant (region + allele, not locus) β€” most-severe consequence + per-transcript SO terms, IMPACT, SIFT/PolyPhen. All 12 organisms.
30Orthology (live)panther_familyPANTHER protein family + subfamily (id + name), GO terms by aspect, protein class, and pathways. found=false when unclassified. All 12 organisms.
31Orthology (live)orthodb_orthologsOrthoDB ortholog group (name, evolutionary rate) + cross-species member genes at the Viridiplantae level. organism_count + truncated. All 12 organisms.
32Diversity (live)aragwas_associationsAraGWAS genome-wide association hits per locus β€” score, MAF, SNP effect, phenotype/study. Arabidopsis-only.
33Diversity (live)arabidopsis_natural_variation1001 Genomes natural-variation SNP effects across 1135 accessions β€” chr, position, effect, impact, amino-acid change, transcript + gene span. Arabidopsis-only.
34Batch (live)batch_* (twelve variants)Parallel per-locus fanout for tools 1–6, 8–12, 14. Up to 50 loci per call.
35Synthesis (live)*_synth / consensus_homologs (four)Compose 2–5 backends in parallel, return a SynthesisEnvelope with per-step status.
36Synthesis (live)gene_reportOne-shot "tell me about this gene" dossier β€” annotation + xrefs + protein + domains + GO + KEGG + STRING + literature composed into a rendered Markdown result.markdown (+ structured result.sections).

⚑ Quickstart

After install, the simplest call returns the Ensembl Plants record for NAC001 β€” the canonical worked example used throughout examples/:

// arguments
{ "locus": "AT1G01010" }

// result (truncated)
{
  "id": "AT1G01010",
  "organism": "arabidopsis_thaliana",
  "display_name": "NAC001",
  "biotype": "protein_coding",
  "seq_region_name": "1",
  "start": 3631,
  "end": 5899,
  "strand": 1,
  "assembly_name": "TAIR10",
  "description": "NAC domain containing protein 1 ..."
}

Cross-species β€” pass organism=:

{ "locus": "Os01g0100100", "organism": "oryza_sativa" }

In Claude Code, the same prompt fans out across Ensembl, UniProtKB, and Europe PMC in a single turn (animated demo):

Full per-tool walkthroughs (with real upstream-API transcripts) live in examples/:

WalkthroughCoverage
gene_report_AT1G01010.mdOne-shot Markdown gene dossier β€” 7 backends composed, with graceful KEGG degradation.
analyze_locus_AT1G01010.mdEnsembl β†’ xrefs β†’ UniProt β†’ Europe PMC β†’ QuickGO chain (5 tools).
find_homologs_AT1G01010_NAC_domain.mdBLAST + per-hit UniProt enrichment.
biological_context_AT1G01010.mdGramene + KEGG + UniProt + STRING + ATTED-II (5 tools).
v0.8_synthesis_walkthrough.mdAll 4 v0.8 synthesis tools (*_synth + consensus_homologs) on the same locus.
cross_organism_walkthrough.mdv0.9 multi-organism resolver against rice + maize β€” per-backend routing on PyPI v1.0.4.

πŸ“š Resources & prompts

Clients discover them via resources/list and prompts/list.

Resources (resources/read):

Shortened here. Read the whole README on GitHub.

Signals

GitHub stars
5
Last commit
Sep 2026
Advanced
Delivery
plant-genomics-mcp MCP server β†’ your ahel gateway (mcp.ahel.ai) β†’ every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-musharna-plant-genomics-mcp
Source
github.com/musharna/plant-genomics-mcp