Skip to content
Cursor

protein mcp server for Cursor

io.github.cyanheads/protein-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install protein mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "protein-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "protein-mcp-server"
      ],
      "env": {
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

protein mcp server in other clients