PluginBench
MCP Server

io.github.jarmstrong158/Conductor MCP Server

io.github.jarmstrong158/Conductor

What is the io.github.jarmstrong158/Conductor MCP server?

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

How to install io.github.jarmstrong158/Conductor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GMAIL_USER

    Gmail address for sending email notifications

  • GMAIL_APP_PASSWORD
    secret

    Gmail App Password for sending email notifications

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Conductor": {
      "command": "uvx",
      "args": [
        "conductor-mcpserver"
      ],
      "env": {
        "GMAIL_USER": "<YOUR_GMAIL_USER>",
        "GMAIL_APP_PASSWORD": "<YOUR_GMAIL_APP_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "Conductor": {
      "command": "uvx",
      "args": [
        "conductor-mcpserver"
      ],
      "env": {
        "GMAIL_USER": "<YOUR_GMAIL_USER>",
        "GMAIL_APP_PASSWORD": "<YOUR_GMAIL_APP_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "Conductor": {
      "command": "uvx",
      "args": [
        "conductor-mcpserver"
      ],
      "env": {
        "GMAIL_USER": "<YOUR_GMAIL_USER>",
        "GMAIL_APP_PASSWORD": "<YOUR_GMAIL_APP_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "Conductor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "conductor-mcpserver"
      ],
      "env": {
        "GMAIL_USER": "<YOUR_GMAIL_USER>",
        "GMAIL_APP_PASSWORD": "<YOUR_GMAIL_APP_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add Conductor --env GMAIL_USER=<YOUR_GMAIL_USER> --env GMAIL_APP_PASSWORD=<YOUR_GMAIL_APP_PASSWORD> -- uvx conductor-mcpserver

Related MCP servers

Project memory for Claude: decisions, pipelines, and constraints across conversations.

View repository →

Job search and ranking pipeline via MCP for Claude Desktop.

View repository →