mcpbeat Sign in

Alphafold MCP Server

local only

Alphafold MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Keyless MCP server for AlphaFold: protein structure predictions by UniProt accession, confidence...

Installs / week
npm · alphafold-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Alphafold MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alphafold-mcp -- npx -y alphafold-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alphafold-mcp": {
      "args": [
        "-y",
        "alphafold-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alphafold-mcp]
command = "npx"
args = ["-y", "alphafold-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alphafold-mcp": {
      "args": [
        "-y",
        "alphafold-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alphafold-mcp": {
      "args": [
        "-y",
        "alphafold-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Alphafold MCP

same job, measured the same way
Alphafold
by pipeworx-io

AlphaFold DB MCP — predicted protein structures.

35 tools answering
Protein MCP Server
by cyanheads

MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt.

19 installs/wk local only
Uniprot
by pipeworx-io

UniProt MCP — protein sequence + function database.

42 tools answering
Gramps Web MCP
by scormave

MCP server for structured access to Gramps Web genealogy data

local only
xlsx-tools-mcp
by ruriazz

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

91 installs/wk local only
B2B Lead Enrichment
by diego-costa-tech

Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

1 tools answering
Limitless MCP Server
by joinquantish

MCP server for Limitless Exchange prediction markets on Base

local only
MCP Units
by sellisd

An MCP server that provides some common units conversions for cooking

75 installs/wk local only

Alphafold MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphafold MCP?
Alphafold MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package alphafold-mcp.
How do I connect Alphafold MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alphafold-mcp straight from npm; nothing to host, nothing to sign up for.
Is Alphafold MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.