Claudexor
Rank #281io.github.razzant/claudexor
Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.
Claudexor is a Model Context Protocol (MCP) server published by razzant. It ranks #281 of 103,283 servers tracked on MCP Toplist, and its repository has 371 GitHub stars. Claudexor is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 103,002 of 103,283 servers on MCP Toplist.
Use Claudexor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claudexor -- npx -y claudexor mcp serve[mcp_servers.claudexor]
command = "npx"
args = ["-y", "claudexor", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"claudexor": {
"command": "npx",
"args": [
"-y",
"claudexor",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"claudexor": {
"command": "npx",
"args": [
"-y",
"claudexor",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"claudexor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claudexor",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"claudexor": {
"command": "npx",
"args": [
"-y",
"claudexor",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claudexor": {
"command": "npx",
"args": [
"-y",
"claudexor",
"mcp",
"serve"
]
}
}
}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.razzant%2Fclaudexor)<a href="https://mcptoplist.com/server/io.github.razzant%2Fclaudexor"><img src="https://mcptoplist.com/badge/io.github.razzant%2Fclaudexor.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
razzant
Available versions (7)
| Version | Published |
|---|---|
| 3.3.15 | Aug 12, 2026 |
| 3.3.10 | Aug 7, 2026 |
| 3.3.7 | Aug 6, 2026 |
| 3.2.1 | Aug 3, 2026 |
| 3.2.0 | Jul 31, 2026 |
| 3.1.2 | Jul 26, 2026 |
| 3.1.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Claudexor?
- Claudexor is maintained by razzant, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Claudexor listed on the Official MCP Registry?
- Yes — Claudexor is listed on the Official MCP Registry, alongside Glama.
- How many versions does Claudexor have?
- MCP Toplist tracks 7 versions of Claudexor, most recently published on Aug 12, 2026.
- Where can I find the source code for Claudexor?
- The source code for Claudexor is hosted at github.com/razzant/claudexor.