Rdkit Chemical Informatics
@s20ss
About Rdkit Chemical Informatics
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rdkit": {
"command": "python",
"args": [
"-m",
"mcp_rdkit"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Rdkit Chemical Informatics?
Rdkit Chemical Informatics integrates the RDKit library with the MCP (Model Context Protocol) framework to provide advanced chemical informatics tools. It is designed for users who need molecular visualization, descriptor calculation, and MCP server interaction.
How to use Rdkit Chemical Informatics?
Install the package via pip install mcp-rdkit, then run python -m mcp_rdkit to start the MCP server in stdio mode. Add the provided JSON configuration to your MCP config file to connect the server.
Key features of Rdkit Chemical Informatics
- Generate images of molecules using RDKit.
- Compute molecular descriptors (e.g., molecular weight, logP).
- Communicate with an MCP server for chemical informatics tasks.
- Runs as a stdio-based MCP server.
- Includes helper functions for PIL-to-base64 conversion.
Use cases of Rdkit Chemical Informatics
- Visualize chemical structures in an MCP-enabled application.
- Calculate molecular properties for cheminformatics analysis.
- Integrate RDKit capabilities into AI assistants via MCP.
FAQ from Rdkit Chemical Informatics
What does Rdkit Chemical Informatics do?
It wraps RDKit’s molecular visualization and descriptor calculation functions into an MCP server, allowing AI agents to perform chemical informatics tasks.
What are the runtime requirements?
Python 3.8 or higher, the RDKit library, and the MCP framework.
How do I install and run the server?
Install with pip install mcp-rdkit and run with python -m mcp_rdkit.
How do I configure it with an MCP client?
Add the following JSON to your MCP configuration: {"rdkit-server": {"type": "stdio", "command": "python", "args": ["-m", "mcp_rdkit"]}}.
What transport protocol does it use?
The server runs in stdio mode. No authentication is mentioned.
Frequently asked questions
What does Rdkit Chemical Informatics do?
It wraps RDKit’s molecular visualization and descriptor calculation functions into an MCP server, allowing AI agents to perform chemical informatics tasks.
What are the runtime requirements?
Python 3.8 or higher, the RDKit library, and the MCP framework.
How do I install and run the server?
Install with `pip install mcp-rdkit` and run with `python -m mcp_rdkit`.
How do I configure it with an MCP client?
Add the following JSON to your MCP configuration: `{"rdkit-server": {"type": "stdio", "command": "python", "args": ["-m", "mcp_rdkit"]}}`.
What transport protocol does it use?
The server runs in stdio mode. No authentication is mentioned.
Basic information
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Comments