MCP Quickstart
early accessSet up the AudioScape skills for Claude Code in one paste. Your AI assistant performs the setup and guides you through the few steps only you can do — sign-in and Roblox Studio.
Early access: if the skills download reports your account is not enabled, contact the AudioScape team.
Prerequisites
- Claude Code installed
- Roblox Studio installed (latest version — the Studio MCP server is built in)
- A Roblox account
Step 1 — Prepare your terminal
The skills folder must exist before Claude Code starts so new skills load without a restart; the mcp add registers the AudioScape server for all your projects.
curl -fsSL https://claude.ai/install.sh | bash
mkdir -p ~/.claude/skills
claude mcp add --transport http --scope user audioscape https://mcp.audioscape.ai
claudeirm https://claude.ai/install.ps1 | iex
New-Item -ItemType Directory -Force "$env:USERPROFILE\.claude\skills" | Out-Null
claude mcp add --transport http --scope user audioscape https://mcp.audioscape.ai
claudeStep 2 — Paste the setup prompt
Copy the whole block below and paste it into Claude Code.
You are setting me up with the AudioScape skills for Claude Code (early access). Work through the phases below in order, one at a time. Before each phase, check whether it is already done and skip it if so — I may have pasted this prompt before; resume where things left off instead of repeating completed work. When a step needs something only I can do, ask me one question at a time and wait for my answer. Never ask me to paste an API key or any other secret into this chat — all key handling happens in my browser. Phase 1 — Connect. Confirm the "audioscape" MCP server is connected and authenticated by calling its validate_setup tool. If it is missing or unauthenticated, walk me through fixing it: I run /mcp, select audioscape, and complete sign-in in my browser with my Roblox account (no manual API key setup — one is provisioned automatically when I approve access). If my browser shows an invalid_client error after I click the sign-in link, tell me to copy-paste the full URL into the address bar instead — some terminals mangle the clicked link. Phase 2 — Runbook. Read the MCP resource audioscape://docs/quickstart-runbook and follow it for everything below. Phase 3 — Skills. Call get_quickstart_kit and install the files exactly as instructed, then confirm the skills are loaded. Phase 4 — Studio. Connect Studio's built-in MCP server, following the runbook. Once it is configured, tell me to restart Claude Code and paste this same prompt again — you will resume from here. Phase 5 — Verify. Run the runbook's verification with my test place open in Roblox Studio: validate_setup, then verify_studio_setup for Catalog SDK/HttpService/Secret setup, then verify_mixer_setup for the Mixer SDK at ReplicatedStorage.AudioScape.AudioScape. If verify_mixer_setup reports missing or outdated, ask my permission, call get_mixer_sdk, apply the returned installer via the Roblox Studio MCP, then rerun verify_mixer_setup. Finish with the audible check, which I confirm by ear. Phase 6 — Hand-off. Interview me briefly per the runbook and submit my onboarding report with submit_feedback. Then suggest the first guided session.
Step 3 — What happens next
Your assistant connects (browser sign-in with Roblox), installs the AudioScape skills, sets up the Roblox Studio connection — expect exactly one Claude Code restart; paste the same prompt again and it resumes — verifies everything end to end, and offers a first guided session. Takes about 15 minutes.
Good to know
- Where the skills live —
~/.claude/skills/ - Updating later — ask Claude to “update my AudioScape skills”.
- Giving feedback — just tell Claude; it submits it for you.
- Sign-in shows
invalid_client? — copy-paste the full sign-in URL into your browser instead of clicking it; some terminals mangle the clicked link.