Cloud InfrastructureAuto-generated
Amazon Personalize Events MCP Server
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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-personalize-events
Environment Variables
AMAZON_PERSONALIZE_EVENTS_API_KEYExample: your_amazon_personalize_events_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}Endpoints
POST
/eventsPutEvents
POST
/itemsPutItems
POST
/usersPutUsers