Keyless MCP server for AlphaFold: protein structure predictions by UniProt accession, confidence...
claude mcp add alphafold-mcp -- npx -y alphafold-mcp
claude_desktop_config.json
{
"mcpServers": {
"alphafold-mcp": {
"command": "npx",
"args": [
"-y",
"alphafold-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"alphafold-mcp": {
"command": "npx",
"args": [
"-y",
"alphafold-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alphafold-mcp": {
"command": "npx",
"args": [
"-y",
"alphafold-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"alphafold-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alphafold-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"alphafold-mcp": {
"command": "npx",
"args": [
"-y",
"alphafold-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--alphafold-mcp/reviews or the review_server meta-tool.
POST /mcp