PDBe-MCP-Servers

PDBeurope/PDBe-MCP-Servers
★ 5 stars Python 🤖 AI/LLM Updated today
PDBe MCP Servers integrate Protein Data Bank Europe resources with LLMs via Model Context Protocol. Provides seamless access to protein structure data through API tools and graph database schema assistance for intelligent Cypher query generation, bridging structural biology and AI research.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdbe-mcp-servers": {
      "command": "uvx",
      "args": [
        "pdbe-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install pdbe-mcp-servers

Topics

ai-integrationapi-serverbioinformaticsknowledge-graphllm-toolsmcppdbeprotein-structurespythonstructural-biology