A comprehensive Model Context Protocol (MCP) server that provides access to the AlphaFold Protein Structure Database through a rich set of tools and resources for protein structure prediction analysis.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"alphafold-server": {
"args": [
"/path/to/alphafold-server/build/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server that provides access to the AlphaFold Protein Structure Database through a rich set of tools and resources for protein structure prediction analysis.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for AlphaFold MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

A comprehensive Model Context Protocol (MCP) server that provides access to the AlphaFold Protein Structure Database through a rich set of tools and resources for protein structure prediction analysis.
This MCP server enables seamless integration with AlphaFold's vast collection of protein structure predictions, offering tools for structure retrieval, confidence analysis, batch processing, and visualization preparation. Perfect for researchers, bioinformaticians, and structural biologists working with predicted protein structures.
# Clone or create the server directory
npm install
# Build the server
npm run build
Add to your MCP configuration:
{
"mcpServers": {
"alphafold-server": {
"command": "node",
"args": ["/path/to/alphafold-server/build/index.js"]
}
}
}
# Start the server
npm start
# Or run directly
node build/index.js
get_structureRetrieve AlphaFold structure prediction for a specific UniProt ID.
Parameters:
uniprotId (required): UniProt accession (e.g., "P21359", "Q8N726")format (optional): Output format - "pdb", "cif", "bcif", or "json" (default: "json")Example:
{
"uniprotId": "P04637",
"format": "json"
}
download_structureDownload AlphaFold structure file in specified format.
Parameters:
uniprotId (required): UniProt accessionformat (optional): File format - "pdb", "cif", or "bcif" (default: "pdb")check_availabilityCheck if AlphaFold structure prediction is available for a UniProt ID.
Parameters:
uniprotId (required): UniProt accession to checksearch_structuresSearch for available AlphaFold structures by protein name or gene.
Parameters:
query (required): Search term (protein name, gene name, etc.)organism (optional): Filter by organismsize (optional): Number of results (1-100, default: 25)list_by_organismList all available structures for a specific organism.
Parameters:
organism (required): Organism name (e.g., "Homo sapiens", "Escherichia coli")size (optional): Number of results (1-100, default: 50)get_organism_statsGet statistics about AlphaFold coverage for an organism.
Parameters:
organism (required): Organism name