ChemCP for Claude Desktop
io.github.scottmreed/chemcp
MCP App that renders 2D molecular structures from SMILES using RDKit.js
client:Claude Desktop
transport:stdio
runtime:npm
Install ChemCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chemcp": {
"command": "npx",
"args": [
"-y",
"chemcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs