Skip to content
Cursor

ChemCP for Cursor

io.github.scottmreed/chemcp

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

client:Cursor transport:stdio runtime:npm

Install ChemCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChemCP in other clients