
Railway MCP
Supports UIby jason-tan-swe
Manage Railway.app infrastructure through natural language—deploy services, handle variables, and monitor deployments.
What it does
Railway MCP connects your AI assistant directly to your Railway.app account, allowing you to manage cloud infrastructure using natural language. It simplifies the process of deploying, configuring, and monitoring services without leaving your chat interface.
Tools
project-list: List all projects in your accountservice-create-from-repo: Deploy a new service directly from a GitHub repositoryvariable-set: Create or update environment variables for servicesdeployment-trigger: Manually trigger a new deployment for a servicedeployment-logs: Retrieve real-time logs for a specific deploymentservice-restart: Restart a service in a specific environmentdatabase-deploy: Deploy a new database service
Installation
Add the following to your claude_desktop_config.json:
"railway": {
"command": "npx",
"args": ["-y", "@jasontanswe/railway-mcp"],
"env": {
"RAILWAY_API_TOKEN": "your-railway-api-token-here"
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, and Windsurf.
Quick install
npx -y @jasontanswe/railway-mcp <RAILWAY_API_TOKEN>Information
- Pricing
- free
- Published
- 4/19/2026
- stars






