AmazonNimbleStudio Claude Desktop Config
Add the AmazonNimbleStudio MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-nimble": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-nimble"
],
"env": {
"AMAZONNIMBLESTUDIO_API_KEY": "your_amazonnimblestudio_api_key"
}
}
}
}Environment Variables
AMAZONNIMBLESTUDIO_API_KEYReplace your_amazonnimblestudio_api_key with your actual amazonnimblestudio api key
Endpoints
GET
/2020-08-01/studios/{studioId}/eula-acceptancesListEulaAcceptances
POST
/2020-08-01/studios/{studioId}/eula-acceptancesAcceptEulas
GET
/2020-08-01/studios/{studioId}/launch-profilesListLaunchProfiles
POST
/2020-08-01/studios/{studioId}/launch-profilesCreateLaunchProfile
GET
/2020-08-01/studios/{studioId}/streaming-imagesListStreamingImages
POST
/2020-08-01/studios/{studioId}/streaming-imagesCreateStreamingImage
GET
/2020-08-01/studios/{studioId}/streaming-sessionsListStreamingSessions
POST
/2020-08-01/studios/{studioId}/streaming-sessionsCreateStreamingSession
POST
/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streamsCreateStreamingSessionStream
GET
/2020-08-01/studiosListStudios