Back to directory
molecule-mcp

molecule-mcp

@ChatMol90

An MCP server connecting molecule science tools to Claude AI for prompt-assisted molecule modeling.

moleculescienceclaudeaimodelingtool

Installation & Configuration

{
  "mcpServers": {
    "pymol": {
      "command": "/path/to/mcp",
      "args": [
        "run",
        "/path/to/molecule-mcp/pymol_server.py"
      ]
    },
    "chimerax": {
      "command": "/path/to/mcp",
      "args": [
        "run",
        "/path/to/molecule-mcp/ChimeraX_server.py"
      ]
    },
    "gromacs_copilot": {
      "command": "/path/to/mcp",
      "args": [
        "run",
        "/path/to/molecule-mcp/mcp_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/19
Updated
2026/6/6