Model Context Protocol server for Railway.app - Enables AI agents to manage Railway infrastructure through natural language
Railway MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Model Context Protocol server for Railway.app - Enables AI agents to manage Railway infrastructure through natural language.
Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Railway MCP is connected, these are the calls the assistant has available:
Prerequisites — The Prerequisites tool exposed by this serverAuthentication — The Authentication tool exposed by this serverProjects — The Projects tool exposed by this serverServices — The Services tool exposed by this serverDeployments — The Deployments tool exposed by this serverVariables — The Variables tool exposed by this serverDatabases — The Databases tool exposed by this serverYou will need one environment variable: RAILWAY_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Railway MCP's toolset — Prerequisites, Authentication, Projects and 4 more — is a fair guide to whether it matches your workflow. It is maintained by jason-tan-swe; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Railway MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Authentication | The Authentication tool exposed by this server. |
| Projects | The Projects tool exposed by this server. |
| Services | The Services tool exposed by this server. |
| Deployments | The Deployments tool exposed by this server. |
| Variables | The Variables tool exposed by this server. |
| Databases | The Databases tool exposed by this server. |
{
"mcpServers": {
"railway": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"RAILWAY_API_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| RAILWAY_API_TOKEN | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.