railway-mcp-server
Official Railway MCP server
The Railway MCP Server provides a set of opinionated workflows and tools designed to simplify the management of Railway resources. It allows users to create, deploy, and manage projects seamlessly without the risk of destructive actions. The server is built to enhance productivity and streamline the development process for users working with Railway. With the Railway MCP Server, you can easily set up your development environment, deploy applications from templates, and manage domains. The server integrates with various tools like Cursor and VS Code, making it a versatile choice for developers looking to enhance their workflow while interacting with Railway services.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@railway/mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions