AlphaFold DB MCP Server — pre-computed predicted protein structures for 200M+ proteins (Cloudflare Worker)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"alphafold-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/alphafold-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add alphafold-mcp-server npx -y QuentinCody/alphafold-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"alphafold-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/alphafold-mcp-server"
]
}
}
}