Federated protein structure & annotation across experimental (PDB) and predicted (AlphaFold) models via MCP. STDIO or Streamable HTTP.
Protein MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Federated protein structure & annotation across experimental (PDB) and predicted (AlphaFold) models via MCP. STDIO or Streamable HTTP.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Protein is connected, these are the calls the assistant has available:
protein_search_structures — Search experimental and predicted structures by free text, sequence, or organism/method/resolution filters, with optional facet breakdownsprotein_get_structure — Fetch metadata and coordinate-file URLs by ID — experimental (PDB), predicted (AlphaFold), or best-available — with batch partial success andprotein_find_similar — Find sequence homologs (RCSB mmseqs2) or fold homologs (Foldseek) from a sequence, PDB ID, or UniProt accessionprotein_track_ligands — Resolve ligand names/formulas to component IDs, find structures containing a ligand, or map binding-site residuesprotein_compare_structures — Structurally align multiple structures (TM-align / jFATCAT) to a reference or as a full pairwise matrixprotein_analyze_collection — Profile the PDB into distributions and trends with server-side facets — counts, histograms, timelines, and cross-tabsprotein_get_annotations — Fetch UniProt features and natural variants plus InterPro domain/family memberships with GO termsPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverYou will need 5 environment variables: MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, RCSB_SEARCH_BASE_URL, ALPHAFOLD_BASE_URL, FOLDSEEK_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Protein's toolset — protein_search_structures, protein_get_structure, protein_find_similar and 6 more — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| protein_search_structures | Search experimental and predicted structures by free text, sequence, or organism/method/resolution filters, with optional facet breakdowns. |
| protein_get_structure | Fetch metadata and coordinate-file URLs by ID — experimental (PDB), predicted (AlphaFold), or best-available — with batch partial success and optional coordinate inlining. |
| protein_find_similar | Find sequence homologs (RCSB mmseqs2) or fold homologs (Foldseek) from a sequence, PDB ID, or UniProt accession. |
| protein_track_ligands | Resolve ligand names/formulas to component IDs, find structures containing a ligand, or map binding-site residues. |
| protein_compare_structures | Structurally align multiple structures (TM-align / jFATCAT) to a reference or as a full pairwise matrix. |
| protein_analyze_collection | Profile the PDB into distributions and trends with server-side facets — counts, histograms, timelines, and cross-tabs. |
| protein_get_annotations | Fetch UniProt features and natural variants plus InterPro domain/family memberships with GO terms. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"protein": {
"type": "streamable-http",
"url": "https://protein.caseyjhand.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT_TYPE | Configuration value read at startup. | Optional |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| RCSB_SEARCH_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| ALPHAFOLD_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| FOLDSEEK_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.