mcp

freegamestore-online/mcp
★ 0 stars TypeScript Code/Dev Tools Updated 9d ago
Remote MCP server — build, publish & improve FreeGameStore games from your editor
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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "freegamestore-online/mcp"
      ]
    }
  }
}

README Excerpt

Remote MCP server for **FreeGameStore** — build, publish, and improve PWA games from your editor (Cursor, Claude, Claude Code, …). ``` claude mcp add freegamestore -- npx mcp-remote https://mcp.freegamestore.online/mcp ``` Two ways to build, both from the editor: 1. **Your model writes the code, the MCP ships it** — `create_game` scaffolds + provisions a live game, then `update_files` improves it (auto-deploys to `<id>.freegamestore.online`).