ghh1125/rdkit
0
rdkit MCP Service
This deployment package wraps RDKit with FastMCP and exposes core cheminformatics tools over MCP.
Available Tools
rdkit_healthlist_rdkit_modulesparse_smilescompute_descriptorssubstructure_matchtanimoto_similaritymorgan_fingerprint_bits
Detailed parameter documentation is in rdkit/mcp_output/README_MCP.md.
Local stdio (Claude Desktop / CLI)
cd rdkit/mcp_output
python mcp_plugin/main.pyor
cd rdkit/mcp_output
MCP_TRANSPORT=stdio python start_mcp.pyHTTP client connection
Run MCP in HTTP mode:
cd rdkit/mcp_output
MCP_TRANSPORT=http MCP_PORT=7860 python start_mcp.pyMCP endpoint:
http://localhost:7860/mcp
In Docker / HuggingFace Spaces, this service is started by:
python rdkit/mcp_output/start_mcp.pywith MCP_TRANSPORT=http and MCP_PORT=7860 preconfigured.
