pymol-cursor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pymol-cursor-mcpFetch 1hvr, cartoon on protein, sticks on ligand"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pymol-cursor-mcp
Control PyMOL from Cursor via the Model Context Protocol (MCP). Describe structures and styles in plain language; the assistant calls PyMOL through XML‑RPC (run_command, run_python, pymol_get).
This project packages and documents a Cursor-first workflow. The same MCP server works with Claude Code if you prefer that CLI.
Upstream inspiration: nagarh/pymol-claude-code (PyMOL + MCP for Claude Code). This repo extends that idea with portable Cursor config, checks, scripts, and install docs.
Architecture (animated)
Same diagram style as upstream flow.svg, updated for Cursor (cyan node). Uses SVG/CSS animation (animateMotion, keyframes). If your Markdown preview looks static, open flow.svg directly on GitHub for the full motion.
What you get
Piece | Purpose |
| MCP server (stdio) → PyMOL XML‑RPC |
| Registers the |
| Agent hints for PyMOL tool usage |
| Launch PyMOL with |
| Sanity check: venv + MCP import + RPC to PyMOL |
| Example PyMOL script (labels / pocket) |
| Animated architecture diagram (same style as upstream repo) |
Quick install
git clone https://github.com/truong128/pymol-cursor-mcp.git
cd pymol-cursor-mcp
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -U pip
pip install -r requirements.txt
deactivateInstall PyMOL (conda‑forge recommended), then start RPC:
conda activate pymol_mcp # your env with pymol-open-source
pymol -ROr: ./scripts/start_pymol_for_mcp.sh (after chmod +x).
In Cursor: Open Folder → this repo → Settings → MCP → confirm pymol connected → restart Cursor if needed.
python3 verify_stack.pyShould print: OK: MCP import + PyMOL RPC at http://localhost:9123
Full step-by-step: INSTALL.md
Daily use
Terminal:
pymol -Ror VS Code/Cursor task: “PyMOL: start with XML-RPC”.Cursor: Chat / Agent with this folder open.
Prompt: e.g. “Fetch 1hvr, cartoon on protein, sticks on ligand.”
Summary of changes vs “Claude Code only” upstream
Topic | Here |
IDE | Cursor primary; |
RPC URL |
|
Paths |
|
Windows |
|
Verify |
|
PyMOL start |
|
Troubleshooting
MCP disconnected: see Cursor Output → MCP Logs; recreate
venv; reopen repo root as workspace.PyMOL errors / missing
.dylib: install PyMOL from conda-forge into a dedicated env (see INSTALL.md).Remote/HPC: run MCP where your editor runs; tunnel RPC (
PYMOL_RPC_URL, SSH-R) — details in INSTALL.md.
Credits
PyMOL MCP idea and original server: pymol-claude-code — Hemant Nagar.
Packaging and Cursor-focused docs: truong128.
License
MIT — see LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/truong128/pymol-cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server