Deploy the Apify MCP Server on Railway - gives AI assistants access to thousands of Apify Actors for web scraping and data extraction via MCP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apify-mcp-server-rai": {
"command": "npx",
"args": [
"-y",
"ihshim523/apify-mcp-server-railway"
]
}
}
}
Run in terminal:
claude mcp add apify-mcp-server-rai npx -y ihshim523/apify-mcp-server-railway
Add to .cursor/mcp.json:
{
"mcpServers": {
"apify-mcp-server-rai": {
"command": "npx",
"args": [
"-y",
"ihshim523/apify-mcp-server-railway"
]
}
}
}