Render from Claude, pay from a balance.
Top up dollars of credit with USDC once, make an API key, and connect Arc Studio to Claude as an MCP server. Claude can then price, render and fetch images and videos without asking your wallet each time. Failed renders go back to the balance.
Connect a wallet
Your balance and API keys belong to the wallet that paid. Connect it to top up or manage keys.
Connect to Claude
One remote MCP server at https://arcstudio.fun/mcp. Without a key Claude can browse models and prices; with one it can render.
1Claude Code
claude mcp add --transport http arcstudio https://arcstudio.fun/mcp --header "Authorization: Bearer arcs_YOUR_KEY"
2Claude app (web & desktop)
Settings → Connectors → Add custom connector, and paste this URL. The key rides in the URL here, so treat the URL like a password.
https://arcstudio.fun/mcp?key=arcs_YOUR_KEY
3Other MCP clients (Cursor, Windsurf, …)
{
"mcpServers": {
"arcstudio": {
"type": "http",
"url": "https://arcstudio.fun/mcp",
"headers": {
"Authorization": "Bearer arcs_YOUR_KEY"
}
}
}
}Then just ask:
“Make a 5-second 16:9 video of a paper boat in a rainy neon street with Kling, tell me the price first.”
Tools: list_models, quote, generate, get_job, get_balance. Finished renders also appear in the public community feed.