Labsco
arcframe-ai logo

Photo AI Studio

from arcframe-ai

AI photo generation, editing, and video creation. 150+ themes, 19 edit operations, 3 video types.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

Arcframe MCP Server

Generate videos, images, audio, and 3D models from any MCP-compatible AI agent โ€” Claude, Cursor, ChatGPT, and more.

Hosted endpoint: https://mcp.arcframe.ai/mcp
Auth: OAuth 2.1 (one-click connect โ€” no API key to copy)
Sign up: arcframe.ai


Connect in 60 seconds

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "arcframe": {
      "type": "http",
      "url": "https://mcp.arcframe.ai/mcp"
    }
  }
}

Restart Claude Desktop โ†’ it will prompt you to sign in to Arcframe via OAuth.

Cursor

Settings โ†’ MCP โ†’ Add new server โ†’ paste https://mcp.arcframe.ai/mcp.

Other MCP clients

Any client that supports Streamable HTTP transport works. Point it at https://mcp.arcframe.ai/mcp.


What you can do

Generation is asynchronous: generate_* returns a task_id immediately. Poll with get_job(task_id), then call get_job_display(task_id) to render the result inline.

ToolWhat it does
generate_videoText-to-video or image-to-video
generate_imageText-to-image or image editing
generate_audioTTS, music, sound effects, voice cloning
generate_3dText-to-3D or image-to-3D (GLB output)
get_jobPoll job status + get output URL
get_job_displayRender result inline in your agent
list_my_creationsList your past generations
get_balanceCheck remaining credits
list_modelsSee all available models + credit costs
whoamiShow connected Arcframe account

Models

Video โ€” Veo 3.1, Seedance 2.0, Kling 2.5, Wan 2.5, Sora 2
Image โ€” Flux Pro Ultra, Flux Dev, Imagen 4, Ideogram v3, GPT Image 1.5
Audio โ€” ElevenLabs v3, MiniMax Speech HD, Gemini Flash TTS, Stable Audio 2.5, Mirelo SFX
3D โ€” Trellis 2, Tripo3D v2.5, Rodin v2, Meshy v6, Hunyuan 3D

Call list_models from your agent to see live credit costs per model.


Example prompts

Generate a 5-second cinematic video of a sunset over the ocean using Veo 3.1
Create an image of a futuristic city at night, Flux Pro Ultra
Generate a Hindi voiceover for: "Welcome to Arcframe, your AI creative studio"
Build a 3D model of a wooden chair from this image [attach photo]

Support