mcpbeat Sign in

Conductor MCP Server

local only

Conductor runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from pypi. Last commit 2 Aug 2026.

Local task scheduler and worker manager with MCP integration for Claude Desktop.

Installs per day peak 29 · avg 14 · +7% w/w
a month agotoday
110
Installs / week
pypi · conductor-mcpserver
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h 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.

        r = subprocess.run(
Page executes code built at runtime static/index.html:1615
  fieldsEl.innerHTML = renderSchedFields(n, type, '');

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add Conductor -- uvx conductor-mcpserver
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Conductor": {
      "args": [
        "conductor-mcpserver"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Conductor]
command = "uvx"
args = ["conductor-mcpserver"]
.cursor/mcp.json
{
  "mcpServers": {
    "Conductor": {
      "args": [
        "conductor-mcpserver"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Conductor": {
      "args": [
        "conductor-mcpserver"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GMAIL_USER (Gmail address for sending email notifications), GMAIL_APP_PASSWORD (Gmail App Password for sending email notifications). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Conductor

same job, measured the same way
Todoist MCP
by ecfaria

MCP server for Todoist task management integration

23 installs/wk local only
Watsonx
by expertvagabond

IBM watsonx.ai MCP server for Claude integration

48 installs/wk local only
Dida365
by evalor

MCP Server for Dida365 (TickTick) Task Management Integration

33 installs/wk local only
QR Manager
by qr-manager

Dynamic QR codes and short links with real-time analytics and AI/MCP integration.

answering
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
R
Syncline MCP Server
by syncline

AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.

218 installs/wk local only
NIRA Temporal MCP
by pachote

Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

46 installs/wk local only
Timezest MCP
by sagarkalra-tech

MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.

40 installs/wk local only

Conductor — questions

Answers built from our own checks of this server.

Why is there no uptime for Conductor?
Conductor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package conductor-mcpserver was installed 110 times last week.
How do I connect Conductor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls conductor-mcpserver straight from pypi; nothing to host, nothing to sign up for.
How many people use Conductor?
The pypi package conductor-mcpserver was installed 110 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Conductor open source?
Yes — it is published under the MIT licence, written in Python and 0 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.