MCP Server

A package for RDKit integration with MCP

Local serverstdioPython

What is the MCP MCP server?

Most developer tooling work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. A package for RDKit integration with MCP.

The short version

The mcp_rdkit project integrates the RDKit library with the MCP (Model Context Protocol) framework to provide advanced chemical informatics tools. It includes functionalities for molecular visualization, descriptor calculation, and interaction with an MCP server.

  • Molecular Visualization — Generate images of molecules using RDKit
  • Descriptor Calculation — Compute molecular descriptors such as molecular weight, logP, and more
  • MCP Server Integration — Communicate with an MCP server for advanced chemical informatics tasks

What it needs from you

  • Python 3.8 or higher - RDKit library - MCP framework

Getting it running

mcp-rdkit on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by Shashank Shekhar Shukla; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the MCP MCP server

{
  "mcpServers": {
    "rdkit": {
      "command": "uvx",
      "args": ["mcp-rdkit"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.8 or higher - RDKit library - MCP framework

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP directly.