Conductor for Grok
io.github.jarmstrong158/conductor
Local task scheduler and worker manager with MCP integration for Claude Desktop.
client:Grok
transport:stdio
runtime:pypi
Install Conductor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"conductor": {
"type": "stdio",
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<GMAIL_APP_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs