Shuttle
Rank #11,180io.github.grarcht/shuttle
Android framework and solution that prevents TransactionTooLargeException crashes by design.
Shuttle is a Model Context Protocol (MCP) server published by grarcht. It ranks #11,180 of 132,046 servers tracked on MCP Toplist, and its repository has 87 GitHub stars. Shuttle is listed on Official MCP, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 120,866 of 132,046 servers on MCP Toplist.
Use Shuttle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shuttle -- docker run -i --rm ghcr.io/grarcht/shuttle-mcp:4.0.0[mcp_servers.shuttle]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/grarcht/shuttle-mcp:4.0.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shuttle": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shuttle": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shuttle": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shuttle": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shuttle": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}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.grarcht%2Fshuttle)<a href="https://mcptoplist.com/server/io.github.grarcht%2Fshuttle"><img src="https://mcptoplist.com/badge/io.github.grarcht%2Fshuttle.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
grarcht
Available versions (1)
| Version | Published |
|---|---|
| 4.0.0 | Aug 1, 2026 |
Frequently asked questions
- Who maintains Shuttle?
- Shuttle is maintained by grarcht, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Shuttle listed on the Official MCP Registry?
- Yes — Shuttle is listed on the Official MCP Registry.
- How many versions does Shuttle have?
- MCP Toplist tracks 1 version of Shuttle, most recently published on Aug 1, 2026.
- Where can I find the source code for Shuttle?
- The source code for Shuttle is hosted at github.com/grarcht/Shuttle.
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.