baton-mcp
Rank #4,991tech.kasabeh/baton
Pass the baton between coding agents: convert sessions across Claude Code, OpenCode, Codex & more.
baton-mcp is a Model Context Protocol (MCP) server published by kaseban. It ranks #4,991 of 132,046 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. baton-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 127,055 of 132,046 servers on MCP Toplist.
Use baton-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add baton -- npx -y @kasabeh/baton-mcp serve[mcp_servers.baton]
command = "npx"
args = ["-y", "@kasabeh/baton-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"@kasabeh/baton-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"@kasabeh/baton-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"baton": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kasabeh/baton-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"@kasabeh/baton-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"@kasabeh/baton-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/tech.kasabeh%2Fbaton)<a href="https://mcptoplist.com/server/tech.kasabeh%2Fbaton"><img src="https://mcptoplist.com/badge/tech.kasabeh%2Fbaton.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kaseban
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Jul 12, 2026 |
| 0.1.2 | Jul 9, 2026 |
Frequently asked questions
- Who maintains baton-mcp?
- baton-mcp is maintained by kaseban, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is baton-mcp listed on the Official MCP Registry?
- Yes — baton-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does baton-mcp have?
- MCP Toplist tracks 2 versions of baton-mcp, most recently published on Jul 12, 2026.
- Where can I find the source code for baton-mcp?
- The source code for baton-mcp is hosted at github.com/kaseban/baton.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.