mcpbeat Sign in

Live Chemdraw MCP Server

local only

Live Chemdraw MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

Connects AI assistants to a live ChemDraw window on Windows via COM automation.

Installs / week
not published
1
Stars
0 open issues
4 Aug 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 24 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            new_path = os.path.join(
                WRITE_DIR, f"{base}-stoich-{stamp}-{unique}.cdxml")
Runs an external command chemdraw_connector/domain/naming.py:118
    result = subprocess.run([str(JRE_BIN), "-version"], capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Live Chemdraw MCP

same job, measured the same way
Word
by trsdn

Microsoft Word automation for AI assistants. Requires Word for Windows.

local only
MCP Server Xlwings
by geniuskey

Excel automation via xlwings COM. DRM-protected files, live sessions, VBA macros. Windows only.

98 installs/wk local only
Seller Assistant
by sellerassistant

Connect AI clients to Seller Assistant workflows for Amazon wholesale operations.

answering
MCP Sap Gui
by kts982

SAP GUI for Windows automation for AI agents - 59 structured tools via SAP GUI Scripting API

273 installs/wk local only
Assiststudio Runner
by fieldcure

Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.

local only
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only
Zapier
by zapier

Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.

answering
MCP Workflow
by infoinlet-marketplace

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.

24 installs/wk local only

Live Chemdraw MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Live Chemdraw MCP?
Live Chemdraw MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Live Chemdraw MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.