{"type":"mcp_server","name":"molecule-mcp","description":"Molecule-MCP connects molecule science tools to Claude AI via the Model Context Protocol, enabling Claude to interact with and control these tools, acting as a co-scientist for prompt-assisted molecule modeling.","category":"AI","language":"Python","stars":96,"forks":4,"owner":"ChatMol","github_url":"https://github.com/ChatMol/molecule-mcp","homepage":null,"setup":"## Setup\n\nâ ï¸ **Note**: Molecule-MCP requires Claude Desktop to be installed and running.\n1. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:\n```json\n{\n  \"mcpServers\": {\n    \"pymol\": {\n      \"command\": \"/path/to/mcp\",\n      \"args\": [\n        \"run\",\n        \"/path/to/molecule-mcp/pymol_server.py\"\n      ]\n    },\n\t\"chimerax\": {\n      \"command\": \"/path/to/mcp\",\n      \"args\": [\n        \"run\",\n        \"/path/to/molecule-mcp/chimerax_server.py\"\n      ]\n    }\n  }\n}\n```\n2. Install mcp and get the script\n```bash\npip install mcp chatmol\nwhich mcp\n```\nthe path to mcp will be displayed. Copy this path for the next step and replace `/path/to/mcp` with the path to mcp.\n```\ngit clone https://github.com/ChatMol/molecule-mcp.git\ncd molecule-mcp\npwd\n```\nthe path to molecule-mcp will be displayed. Copy this path for the next step and replace `/path/to/molecule-mcp` with the path to molecule-mcp.","tools":"## Available Tools\n\n1.  Model-Context-Protocol server (connects molecule science tools to Claude AI).\n2.  Integration with Claude AI (enables prompt assisted molecule modeling).\n3.  PyMOL server (allows Claude to interact with PyMOL).\n4.  ChimeraX server (allows Claude to interact with ChimeraX).","faq":null,"created_at":"2025-03-19T12:54:09+00:00","updated_at":"2025-03-28T19:27:48+00:00","source_url":"https://model-context-protocol.com/servers/molecule-model-context-protocol-server","related_articles":[]}