Connect InstantClips to your AI assistant
You've landed on the InstantClips MCP endpoint. Connect it to an AI assistant and it can work directly in your account.
What your assistant can do
- Import a product from its page URL, or from hosted images
- Draft, redraft and edit the video direction before anything renders
- Generate the video, then hand back the MP4 and a share link
- Create and switch brands, within your plan's brand limit
Generating a video spends your credits. The tools tell your assistant the cost first and ask for your go-ahead — but the spend is real.
1. Your access token
Sign in to create an access token. The install buttons below fill in with it automatically.
2. Install
Create a token above to enable one-click install.
Claude Code
claude mcp add --transport http instantclips https://app.instantclips.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"
Codex
[mcp_servers.instantclips]
url = "https://app.instantclips.ai/mcp"
http_headers = { Authorization = "Bearer YOUR_TOKEN" }
Add this to ~/.codex/config.toml — one file covers the CLI, the app and the IDE extension. To keep the token out of it, use bearer_token_env_var = "INSTANTCLIPS_TOKEN" and export it in your shell.
Claude app and ChatGPT
These connect through their own connector settings, not a file: point one at https://app.instantclips.ai/mcp and authenticate with the token above — a request header in Claude, an API key in ChatGPT. Claude's request headers are still in beta, and ChatGPT needs developer mode on a Business or Enterprise workspace.
Any other MCP client or agent
OpenClaw, Hermes, or an agent you wrote yourself: point it at https://app.instantclips.ai/mcp over streamable HTTP with an Authorization: Bearer header. Nothing on the wire is InstantClips-specific.