Skip to content
Cline

ChemCP for Cline

io.github.scottmreed/chemcp

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

client:Cline transport:stdio runtime:npm

Install ChemCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ChemCP in other clients