AudioScape MCP
v0.2.0Bring the AudioScape catalog and SDK integration patterns into Claude Code, Cursor, or any MCP-capable AI client. One install, sign in with Roblox, and your assistant becomes a Roblox music engineer.
Browse the catalog from chat
Search music + SFX, drill into genres or moods, find acoustically similar tracks, and pull beat grids — all without leaving your AI session.
Scaffold integrations in Luau
Generate ready-to-paste server + client wiring for picker UIs and lobby music players, pre-wired for Roblox Secrets and engagement analytics.
Hand off to production cleanly
When you're ready to ship, the assistant gives you a portal link to create your game's key (revealed in your browser, never in chat) plus the Roblox Secret recipe.
Install
Pick your client, paste the command (or config), then sign in with Roblox on first use.
Claude Code
claude mcp add --transport http audioscape https://mcp.audioscape.aiCursor
# Add to ~/.cursor/mcp.json
{
"mcpServers": {
"audioscape": {
"url": "https://mcp.audioscape.ai"
}
}
}Claude Desktop
# In Claude Desktop Settings → Model Context Protocol → Add Server
Server URL: https://mcp.audioscape.aiFirst run: your client opens a browser to sign in with Roblox and grant permissions. After that, AudioScape tools are available in any new chat.
Try it
With the MCP connected, ask your assistant something like:
“Find me 10 chill background tracks for a coffee shop game and play one when a player sits down.”
“Build a music picker UI for my settings menu — let players search and tap to preview.”
“My lobby is too quiet. Wire up a server-side player with a chill vibe and like/skip buttons.”
Watch every action your AI runs in real time on your MCP activity dashboard.
Dive deeper
Quickstart
Set up the AudioScape skills for Claude Code in one paste — your assistant handles the rest. Early access.
Tool catalog
Every tool the MCP exposes — parameters, return shapes, and what your AI can ask it to do.
Security & privacy
What the MCP sees, what it stores, what it never logs, and how key handoff works.
Changelog
What shipped in each release.
Already installed?
See your MCP activity, manage grants, and review production keys.