rdkit-tools-mcp
RDKit Tools MCP Server
Model Context Protocol (MCP)サーバーで、コアとなるRDKitケモインフォマティクス操作をツールとして公開し、AIエージェント(例: DIALツールセット)が使用できるようにします。
他の化学系MCP(SMILES可視化、ChEMBLデータベースアクセス)を補完し、それらがカバーしないプロセス内ケモインフォマティクス操作(記述子/フィンガープリント計算、類似性および部分構造検索、反応列挙、標準化、3D配座生成)を提供します。
ツール
ツール | 説明 |
| SMILES文字列を解析し、その正準形と基本的な識別情報を返します |
| 分子をクリーンアップします: 塩/溶媒を除去し、最大のフラグメントを保持し、電荷を中和します |
| 1つのSMILESについて記述子(MolWt、LogP、TPSA、HBD/HBA、環の数、QED、...)を計算します |
| SMILESのバッチについて同様に計算します |
| フィンガープリント( |
| 2つの分子間のタニモト類似度 |
| クエリ分子に対する類似度で候補SMILESをランク付けします |
| どの候補がSMARTS部分構造パターンに一致するかを確認します |
| 反応SMARTS/SMIRKSテンプレートを反応物に適用し、異なる生成物を返します |
| (オプションで力場最適化された)3D配座をMOLブロックとして生成します |
ローカルでの実行
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-mcpサーバーは/mcpにおいてHTTP Streamable transport経由で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