MCP.so
Sign In
A

Alphafold Mcp Server

@Augmented-Nature

About Alphafold Mcp Server

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.

Basic information

Category

Other

Transports

stdio

Publisher

Augmented-Nature

Submitted by

Moudather Chelbi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "AlphaFold-MCP-Server": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Alphafold Mcp Server?

A comprehensive Model Context Protocol (MCP) server that provides access to the AlphaFold Protein Structure Database through tools for protein structure retrieval, confidence analysis, batch processing, and visualization preparation. It is designed for researchers, bioinformaticians, and structural biologists working with predicted protein structures.

How to use Alphafold Mcp Server?

Install with npm install, build with npm run build, then add the server to your MCP configuration as a command‑line tool pointing to the built index.js. Start with npm start or node build/index.js. Tools are

Comments

More Other MCP servers