Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-nimble.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-nimble": {
      "url": "https://mcpbridge.org/config/amazonaws-com-nimble.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-nimble": {
      "url": "https://mcpbridge.org/config/amazonaws-com-nimble.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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