rdkit-tools-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rdkit-tools-mcpCalculate LogP and TPSA for aspirin and ibuprofen"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RDKit Tools MCP Server
A Model Context Protocol (MCP) server exposing core RDKit cheminformatics operations as tools, for use by AI agents (e.g. DIAL toolsets).
Complements other chemistry MCPs (SMILES visualization, ChEMBL database access) by covering the in-process cheminformatics operations they don't: descriptor/fingerprint calculation, similarity and substructure search, reaction enumeration, standardization, and 3D conformer generation.
Tools
Tool | Description |
| Parse a SMILES string, return its canonical form and basic identity info |
| Clean up a molecule: strip salts/solvents, keep the largest fragment, neutralize charges |
| Compute descriptors (MolWt, LogP, TPSA, HBD/HBA, ring counts, QED, ...) for one SMILES |
| Same, for a batch of SMILES |
| Compute a fingerprint ( |
| Tanimoto similarity between two molecules |
| Rank candidate SMILES by similarity to a query molecule |
| Check which candidates match a SMARTS substructure pattern |
| Apply a reaction SMARTS/SMIRKS template to reactants, return distinct products |
| Generate (optionally force-field optimized) 3D conformers as MOL blocks |
Running locally
pip install -r requirements.txt
python server.py --host 127.0.0.1 --port 8080Docker
docker build -t rdkit-tools-mcp .
docker run -p 8080:8080 rdkit-tools-mcpThe server speaks MCP over HTTP Streamable transport at /mcp.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Machine-readable utilities and datasets for AI agents.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtx-auto/rdkit-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server