Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Personalize Events MCP Config

Amazon Personalize can consume real-time user event data, such as <i>stream</i> or <i>click</i> data, and use it for model training either alone or combined with historical data. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/recording-events.html">Recording Even

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-personalize-events": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-personalize-events"],
      "env": {
      "AMAZON_PERSONALIZE_EVENTS_API_KEY": "your_amazon_personalize_events_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-personalize-events.json

Environment Variables

AMAZON_PERSONALIZE_EVENTS_API_KEY

Replace your_amazon_personalize_events_api_key with your actual amazon personalize events api key

Endpoints

POST/events

PutEvents

POST/items

PutItems

POST/users

PutUsers