Conductor for Cursor
io.github.jarmstrong158/conductor
Local task scheduler and worker manager with MCP integration for Claude Desktop.
client:Cursor
transport:stdio
runtime:pypi
Install Conductor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"conductor": {
"type": "stdio",
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<GMAIL_APP_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs