Skip to content
MCP-Bridge
Cloud Infrastructure

AmazonNimbleStudio MCP Config

<p>Welcome to the Amazon Nimble Studio API reference. This API reference provides methods, schema, resources, parameters, and more to help you get the most out of Nimble Studio.</p> <p>Nimble Studio is a virtual studio that empowers visual effects, animation, and interactive content teams to create

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-nimble.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-nimble.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-nimble": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-nimble"],
      "env": {
      "AMAZONNIMBLESTUDIO_API_KEY": "your_amazonnimblestudio_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-nimble.json

Environment Variables

AMAZONNIMBLESTUDIO_API_KEY

Replace your_amazonnimblestudio_api_key with your actual amazonnimblestudio api key

Endpoints

GET/2020-08-01/studios/{studioId}/eula-acceptances

ListEulaAcceptances

POST/2020-08-01/studios/{studioId}/eula-acceptances

AcceptEulas

GET/2020-08-01/studios/{studioId}/launch-profiles

ListLaunchProfiles

POST/2020-08-01/studios/{studioId}/launch-profiles

CreateLaunchProfile

GET/2020-08-01/studios/{studioId}/streaming-images

ListStreamingImages

POST/2020-08-01/studios/{studioId}/streaming-images

CreateStreamingImage

GET/2020-08-01/studios/{studioId}/streaming-sessions

ListStreamingSessions

POST/2020-08-01/studios/{studioId}/streaming-sessions

CreateStreamingSession

POST/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams

CreateStreamingSessionStream

GET/2020-08-01/studios

ListStudios