Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Elemental MediaStore Data Plane MCP Server

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-mediastore-data

Environment Variables

AWS_ELEMENTAL_MEDIASTORE_DATA_PLANE_API_KEY

Example: your_aws_elemental_mediastore_data_plane_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-mediastore-data": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mediastore-data"],
      "env": {
      "AWS_ELEMENTAL_MEDIASTORE_DATA_PLANE_API_KEY": "your_aws_elemental_mediastore_data_plane_api_key"
}
    }
  }
}

Endpoints

GET/{Path}

GetObject

PUT/{Path}

PutObject

DELETE/{Path}

DeleteObject

GET/

ListItems