Claudexor for Cursor
io.github.razzant/claudexor
Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.
client:Cursor
transport:stdio
runtime:npm
Install Claudexor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudexor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claudexor"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs