MCP Server

AudioScape MCP

v0.2.0

Bring 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

Shell
claude mcp add --transport http audioscape https://mcp.audioscape.ai

Cursor

JSON
# Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "audioscape": {
      "url": "https://mcp.audioscape.ai"
    }
  }
}

Claude Desktop

Shell
# In Claude Desktop Settings → Model Context Protocol → Add Server
Server URL: https://mcp.audioscape.ai

First 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

Already installed?

See your MCP activity, manage grants, and review production keys.