An unofficial and community-built MCP server for integrating with https://railway.app
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"railway-mcp": {
"command": "npx",
"args": [
"-y",
"jason-tan-swe/railway-mcp"
]
}
}
}
Run in terminal:
claude mcp add railway-mcp npx -y jason-tan-swe/railway-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"railway-mcp": {
"command": "npx",
"args": [
"-y",
"jason-tan-swe/railway-mcp"
]
}
}
}