Protein research over UniProtKB β search by function, fetch curated records, map IDs, proteomes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search UniProtKB by protein function, fetch curated records, map IDs across databases, and pull reference proteomes, taxonomy, and sequences via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://uniprot.caseyjhand.com/mcp
Six tools for protein-first research over UniProt β discovery search is the entry point, uniprot_map_ids is the bridge that turns any sibling identifier into a UniProtKB accession, and the rest fetch curated records, proteomes, taxonomy, and sequences:
| Tool | Description |
|---|---|
uniprot_search_proteins | Search UniProtKB by plain text or a Lucene field query, with the reviewed (Swiss-Prot) filter foregrounded and optional server-side facet counts. Cursor-paginated. The discovery entry point. |
uniprot_get_entry | Fetch full curated entries by accession in one batch (up to 20) β function, catalytic activity, disease, variants, isoforms, GO terms, cross-references. Partial-success output; an oversized record returns a section outline. |
uniprot_map_ids | Translate identifiers across databases via UniProt's async ID-mapping service β gene names, Ensembl, RefSeq, ChEMBL, PDB, GeneID β UniProtKB accessions. Polls within a budget; running jobs return a ticket and completed pages return a continuation. |
uniprot_get_proteome | Fetch a reference proteome by UPID or NCBI taxon ID β protein count, BUSCO completeness, genome assembly inline, plus an opt-in capped page of the proteins. |
uniprot_get_taxonomy | Resolve a taxonomy record by NCBI taxon ID or scientific name β name, rank, parent, full lineage, and optionally the immediate children. |
uniprot_get_sequence | Fetch the canonical amino-acid sequence (FASTA) for an accession, with length and parsed header β and optionally the isoform sequences. The cheap sequence-only path. |
uniprot_search_proteinsSearch UniProtKB and return curated protein records β the discovery entry point.
text_search for plain language (the 80% case) or query for full Lucene field syntax (gene, organism_id, keyword, go, reviewed, protein_name, family, length, existence, accession) β exactly onereviewed defaults to true (Swiss-Prot only) so the agent isn't drowned in TrEMBL predictions; set false to include themorganism_id convenience filter ANDed onto the queryfacets for server-side count breakdowns (e.g. reviewed, model_organism)totalResults and the effective query echoed backreviewed, annotationScore, and proteinExistence so curation quality is weighableuniprot_get_entryFetch full curated UniProtKB entries by accession in batch β this tool does not search.
succeeded[], unknown/withdrawn ones in failed[]; the whole batch never aborts on one bad accessionfields trims the upstream projection; identity and provenance fields are always retainedkind: "outline" (a section listing) instead of overflowing context β re-call the same accession with sections: [...] to pull only what's neededuniprot_search_proteins or uniprot_map_ids; strip any -N isoform suffix firstuniprot_map_idsTranslate identifiers across databases via UniProt's ID-mapping service β the bridge from any sibling server's identifier into a UniProtKB accession.
from_db / to_db are validated enums (e.g. Gene_Name, Ensembl, RefSeq_Protein, ChEMBL, PDB, GeneID, UniProtKB_AC-ID) so an unsupported pair fails before the upstream callUniProtKB-Swiss-Prot for reviewed accessions only (the usual intent), or UniProtKB / UniProtKB_AC-ID to include unreviewed TrEMBLstatus: "running" with a ticket β pass that ticket alone to poll the same jobstatus: "finished" with one upstream page (up to 500 mappings). If continuation is present, pass it alone to fetch the next completed page without polling or re-submitting; its absence marks the terminal pagefrom_db with tax_id to disambiguate speciesunmappedIds is populated only from UniProt's failedIds, so identifiers UniProt normalizes in successful result rows are not misclassified as failuresuniprot_get_proteomeFetch the reference proteome for an organism by UPID or NCBI taxon ID β provide exactly one.
include_proteins (it is large β human is ~147,506) and returns a capped page with a forward cursor and truncation disclosurequery filter (UniProtKB Lucene syntax) for a subsetuniprot_get_taxonomyuniprot_get_taxonomyResolve a taxonomy record by NCBI taxon ID or scientific name β provide exactly one.
include_children fetches the immediate child taxa via a follow-up search (not inline on the record)uniprot_search_proteins (organism_id) and uniprot_get_proteome (taxon_id) expectuniprot_get_sequenceFetch the canonical amino-acid sequence (FASTA) for an accession β the cheap, sequence-only path (for the full functional record use uniprot_get_entry).
include_isoforms also returns the alternatively-spliced isoform sequencesuniprot_search_proteins or uniprot_map_ids; strip any -N isoform suffix first| Type | Name | Description |
|---|---|---|
| Resource | uniprot://entry/{accession} | A curated UniProtKB entry by accession β the resource mirror of uniprot_get_entry for a single accession. |
| Resource | uniprot://taxonomy/{taxonId} | A taxonomy record by NCBI taxon ID β name, rank, parent, full lineage. The mirror of uniprot_get_taxonomy by ID. |
| Prompt | uniprot_protein_dossier | Guided protein-research workflow β resolve an identifier, fetch the curated entry, pull disease and variants, and surface cross-references for structure, citations, and bioactivity. |
All resource data is also reachable via tools β tool-only clients lose nothing. UniProtKB is far too large to enumerate, so there is no resource list(); discovery is uniprot_search_proteins's job.
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1UniProt-specific:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/uniprot-mcp-server)<a href="https://allmcps.com/mcp/uniprot-mcp-server"><img src="https://allmcps.com/api/badge/uniprot-mcp-server?style=directory" alt="Uniprot MCP Server on AllMCPs" /></a>