skills/remix-mcp-quickstart/SKILL.md
Quickstart for the official Remix MCP server. Use when configuring or operating `@remix-gg/mcp`, wiring MCP auth, or choosing the right Remix MCP tools and skill resources.
npx skillsauth add farworld-labs/remix-skills remix-mcp-quickstartInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install the human-facing CLI if you want browser auth and reusable credentials:
curl -fsSL https://remix.gg/install.sh | bash
remix login
remix whoami
Then configure MCP:
claude mcp add remix-mcp -- npx -y @remix-gg/mcp
The MCP server reads auth from:
REMIX_API_KEY~/.config/remix/credentials.jsonMCP tool flows persist gameId and versionId in .remix-settings.json.
Before calling createGame, read this file. If IDs already exist, reuse them instead of creating a duplicate game.
createGameupdateGameuploadVersiongenerateImagegenerateShopImageuploadGameAssetgenerateSpriteSheetlistShopItemscreateShopItemupdateShopItemdeleteShopItemThe server exposes skill resources under skills://...:
skills://overviewskills://game-creationskills://upload-gameskills://implement-multiplayerskills://integrate-save-gameskills://add-image-to-gameskills://manage-shop-itemsskills://add-sprite-to-gameskills://migrate-mobile-fullscreenskills://open-gameLoad the matching skill resource before taking multi-step actions.
.remix-settings.json.createGame.window.RemixSDK requirements.uploadGameAsset, generateImage, generateShopImage, or generateSpriteSheet as needed.uploadVersion.listShopItems before creating or updating items.createGame when .remix-settings.json already has IDs.REMIX_API_KEY; do not invent a separate MCP-only auth scheme.packages/mcp/src.content-media
Generate and add images to a Remix game
development
Build lightweight mobile-friendly 3D browser games with Three.js
tools
Upload and validate HTML game code for Remix. Use when creating or updating a draft version through the CLI, MCP tools, or direct REST calls.
data-ai
Upload images, audio, or 3D models as hosted game assets