Skip to content
VS Code

ChemCP for VS Code

io.github.scottmreed/chemcp

MCP App that renders 2D molecular structures from SMILES using RDKit.js

client:VS Code transport:stdio runtime:npm

Install ChemCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "chemcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chemcp"
      ]
    }
  }
}

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

ChemCP in other clients