Demo mode enabled: Stripe keys not set, purchases create local user without checkout.

Installation Guide.

Connect the plugin to Claude in four straightforward steps.

1. Run backend

Start the internal server locally on port 8899.

python -m uvicorn app.server:app --host 127.0.0.1 --port 8899

2. Add marketplace

Register the local marketplace path in Claude.

/plugin marketplace add ./

3. Install plugin

Install from the newly added local marketplace.

/plugin install seedance-video@seedance-local --scope local

4. Configure keys

Enter your dashboard token into Claude config.

api_endpoint = http://127.0.0.1:8899
api_token = <your-token-from-dashboard>