Skip to content
Claude Desktop

Conductor for Claude Desktop

io.github.jarmstrong158/conductor

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

client:Claude Desktop transport:stdio runtime:pypi

Install Conductor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "conductor": {
      "command": "uvx",
      "args": [
        "conductor-mcpserver"
      ],
      "env": {
        "GMAIL_USER": "<GMAIL_USER>",
        "GMAIL_APP_PASSWORD": "<GMAIL_APP_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Conductor in other clients