MCP & CLI for any AI
Connect Aurora to your workflow and generate cinematic images and videos directly from your prompts — in your editor, terminal or favourite AI client.
1
Open Claude settings
Launch the app or open the web client and go to Settings → Connectors, then add a custom MCP connector named Aurora.
Connector URL (Streamable HTTP)
https://s2ylujrzix2qf907erjixdum.exryinnovationlab.com/api/mcp2
Create an API key
Sign in to Aurora, then mint a key (shown once). Send it as the connector's Authorization header.
Mint a key
curl -X POST https://s2ylujrzix2qf907erjixdum.exryinnovationlab.com/api/keys -H "Cookie: <your session>"3
Set the bearer token & connect
Add the header below to the connector, click Connect, then ask Claude to "list_models" or "generate an image".
Header
Authorization: Bearer aurora_sk_…If you're using Claude Code or Codex, the CLI is the smoother path — switch the tab above to CLI.