Router
Rank #7,266io.github.robot-resources/router
MCP server providing router capabilities
Router is a Model Context Protocol (MCP) server published by robot-resources. It ranks #7,266 of 115,460 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Router is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 108,194 of 115,460 servers on MCP Toplist.
Use Router
claude mcp add router -- npx -y @robot-resources/router-mcp[mcp_servers.router]
command = "npx"
args = ["-y", "@robot-resources/router-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}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.robot-resources%2Frouter)<a href="https://mcptoplist.com/server/io.github.robot-resources%2Frouter"><img src="https://mcptoplist.com/badge/io.github.robot-resources%2Frouter.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
robot-resources
Other servers by robot-resources
View all robot-resources servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Mar 20, 2026 |
| 0.1.1 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Router?
- Router is maintained by robot-resources, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Router listed on the Official MCP Registry?
- Yes — Router is listed on the Official MCP Registry.
- How many versions does Router have?
- MCP Toplist tracks 3 versions of Router, most recently published on Mar 20, 2026.
- Where can I find the source code for Router?
- The source code for Router is hosted at github.com/robot-resources/robot-resources.