Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaStore Data Plane MCP Config

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.

Config URL

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

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

Configuration JSON

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

{
  "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"
}
    }
  }
}

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-mediastore-data.json

Environment Variables

AWS_ELEMENTAL_MEDIASTORE_DATA_PLANE_API_KEY

Replace your_aws_elemental_mediastore_data_plane_api_key with your actual aws elemental mediastore data plane api key

Endpoints

GET/{Path}

GetObject

PUT/{Path}

PutObject

DELETE/{Path}

DeleteObject

GET/

ListItems