Docs
MCP server
What it does
The ClickPop MCP server is a small stdio server in mcp/. It lets an agent list models and characters, create a character, queue a video, and check on it, all through your API key.
Connect Cursor
Run npm install inside mcp/, then add this to ~/.cursor/mcp.json (or .cursor/mcp.json in a project):
{
"mcpServers": {
"arclight": {
"command": "node",
"args": [
"/absolute/path/to/studio/mcp/server.js"
],
"env": {
"ARCLIGHT_API_KEY": "YOUR_API_KEY",
"ARCLIGHT_BASE_URL": "http://localhost:3456"
}
}
}
}Tools
list_models: models and credit prices.list_characters: characters on your account.create_character: design a bible with AI or save your own.generate_video: queue a clip; returns the task immediately. Supportsdry_run.get_video: status, stage, and the output URL once ready.
Next