Labsco
TakumiY235 logo

UniProt MCP Server

โ˜… 12

from TakumiY235

Access UniProt protein information, including function and sequence data.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MIT-licensed MCP server that lets AI assistants fetch protein function and sequence data from the UniProt database, aimed at bioinformatics and life-sciences users.

What you get โ€”

  • Single-protein lookup โ€” e.g. "get the protein information for UniProt accession P98160" via get_protein_info
  • Batch retrieval โ€” get_batch_protein_info to compare several accessions at once (e.g. P04637 and P02747)
  • Returned fields โ€” protein name, function description, full sequence, sequence length, and organism
  • 24-hour caching for faster repeat queries, plus error handling and logging

Requirements โ€” Nothing โ€” no env vars or API keys; Python 3.10+.

Cost snapshot โ€” Free and MIT-licensed; UniProt is a public database, so no paid service.

Setup effort โ€” Self-host: clone, install requirements with uv/pip, then configure Claude Desktop to run it via uv --directory ... run.

Our take โ€” A clean, no-key tool for pulling protein data into an assistant. Its scope is deliberately narrow โ€” function and sequence lookups by accession number โ€” so it's best paired with other tools for richer analysis.

Source: the project README โ€” summarized 2026-07-08.