ChemGlyph for Cursor
io.github.random-orbit/chemglyph
Publication-quality chemical structure and reaction rendering for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install ChemGlyph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chemglyph": {
"type": "stdio",
"command": "uvx",
"args": [
"chemglyph"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs