apify-mcp-server-railway

ihshim523/apify-mcp-server-railway
★ 0 stars JavaScript AI/LLM Updated today
Deploy the Apify MCP Server on Railway - gives AI assistants access to thousands of Apify Actors for web scraping and data extraction via MCP
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}