Skip to content
MCP-Bridge
Developer Tools

Amazon Personalize Runtime MCP Config

<p/>

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_PERSONALIZE_RUNTIME_API_KEY

Replace your_amazon_personalize_runtime_api_key with your actual amazon personalize runtime api key

Endpoints

POST/personalize-ranking

GetPersonalizedRanking

POST/recommendations

GetRecommendations