Cloud Infrastructure
Trust: 27/100 (Limited)io.github.scottmreed/ChemCP Guide
MCP App that renders 2D molecular structures from SMILES using RDKit.js
by scottmreed
Quick Start
Install
npx chemcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-scottmreed-chemcp": {
"command": "npx",
"args": [
"chemcp"
]
}
}
}