Skip to content
VS Code

ChemGlyph for VS Code

io.github.random-orbit/chemglyph

Publication-quality chemical structure and reaction rendering for AI agents.

client:VS Code transport:stdio runtime:pypi

Install ChemGlyph in VS Code

.vscode/mcp.json

{
  "servers": {
    "chemglyph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chemglyph"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ChemGlyph in other clients