Conductor
Rank #20,441io.github.jarmstrong158/Conductor
Local task scheduler and worker manager with MCP integration for Claude Desktop.
Conductor is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #20,441 of 115,460 servers tracked on MCP Toplist. Conductor is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 95,019 of 115,460 servers on MCP Toplist.
Use Conductor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add conductor -e "GMAIL_USER=<your GMAIL_USER>" -e "GMAIL_APP_PASSWORD=<your GMAIL_APP_PASSWORD>" -- uvx conductor-mcpserverReplace each placeholder with your own value before saving.
[mcp_servers.conductor]
command = "uvx"
args = ["conductor-mcpserver"]
[mcp_servers.conductor.env]
GMAIL_USER = "<your GMAIL_USER>"
GMAIL_APP_PASSWORD = "<your GMAIL_APP_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conductor": {
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<your GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<your GMAIL_APP_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conductor": {
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<your GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<your GMAIL_APP_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"conductor": {
"type": "stdio",
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<your GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<your GMAIL_APP_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conductor": {
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<your GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<your GMAIL_APP_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"conductor": {
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<your GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<your GMAIL_APP_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jarmstrong158%2FConductor)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2FConductor"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2FConductor.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jarmstrong158
Other servers by jarmstrong158
- waveform-MCP#6,829
- context-keeper#7,723 · 6 vers
- Context Keeper (remote)#9,994 · 2 vers
- clark-mcp#12,744
- SkillMatch MCP#17,382 · 2 vers
- Cambium#17,619 · 2 vers
- agentsync#20,960 · 2 vers
- agentsync (remote)#25,208 · 2 vers
- cambium (remote)#27,445 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 4.0.0 | Aug 2, 2026 |
| 0.1.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains Conductor?
- Conductor is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Conductor listed on the Official MCP Registry?
- Yes — Conductor is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Conductor have?
- MCP Toplist tracks 2 versions of Conductor, most recently published on Aug 2, 2026.
- Where can I find the source code for Conductor?
- The source code for Conductor is hosted at github.com/jarmstrong158/conductor.