Railway MCP Server
Rank #1,684io.github.railwayapp/mcp-server
Official Railway MCP server
Railway MCP Server is a Model Context Protocol (MCP) server published by railwayapp. It ranks #1,684 of 132,113 servers tracked on MCP Toplist, and its repository has 192 GitHub stars. Railway MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Aug 10, 2025 and most recently updated on May 15, 2026.
Ranks ahead of 130,429 of 132,113 servers on MCP Toplist.
Use Railway MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add railwayapp -- npx -y @railway/mcp-server[mcp_servers.railwayapp]
command = "npx"
args = ["-y", "@railway/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"railwayapp": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"railwayapp": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"railwayapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"railwayapp": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"railwayapp": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}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.railwayapp%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.railwayapp%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.railwayapp%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
railwayapp
Other servers by railwayapp
View all railwayapp servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.11 | May 15, 2026 |
| 0.1.5 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Railway MCP Server?
- Railway MCP Server is maintained by railwayapp, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Railway MCP Server listed on the Official MCP Registry?
- Yes — Railway MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Railway MCP Server have?
- MCP Toplist tracks 3 versions of Railway MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for Railway MCP Server?
- The source code for Railway MCP Server is hosted at github.com/railwayapp/railway-mcp-server.
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.