Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-personalize-events.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-personalize-events": {
      "url": "https://mcpbridge.org/config/amazonaws-com-personalize-events.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-personalize-events": {
      "url": "https://mcpbridge.org/config/amazonaws-com-personalize-events.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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