ChemDraw MCP (unofficial) for Zed
io.github.jurimaxam-dotcom/chemdraw-mcp
Molecule names or SMILES to 2D structures, reactions, mechanisms, spectra - offline via RDKit.
client:Zed
transport:stdio
runtime:pypi
Install ChemDraw MCP (unofficial) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chemdraw-mcp": {
"command": "uvx",
"args": [
"chemdraw-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs