Tools

    Versely + Claude: Content Automation Over MCP

    How to connect Versely to Claude over MCP and automate content by conversation: setup, tool catalog, real session patterns, and MCP vs API trade-offs.

    Versely Team7 min read

    The strangest part of my current content stack is that a decent chunk of it runs from a chat window that isn't Versely's. I tell Claude "make three 6-second vertical clips of the new bottle on a marble counter, caption them, and show me the results," and it happens — because Versely ships an MCP server, and MCP is the plumbing that lets an AI assistant call real tools on your behalf.

    If the API is automation for people who write code, MCP is automation for people who write sentences. This guide covers what the Versely MCP server exposes, how to connect it to Claude, the session patterns that actually save time, and where conversational automation stops being the right tool.

    Abstract visualization of an AI neural network in blue tones

    What MCP is, in one paragraph

    Model Context Protocol is an open standard for connecting AI assistants to external tools. A tool provider (Versely) runs an MCP server describing what it can do — generate a video, add captions, run a workflow — and a client (Claude, among others) lets the model call those tools mid-conversation with your authorization. The assistant isn't pretending or generating instructions for you to follow; it's executing real operations against your real account, spending your real credits, and returning real output URLs into the chat.

    What the Versely MCP server can actually do

    The tool surface is broad — effectively the platform's capabilities expressed as callable tools:

    • Generate: video (with model discovery, so Claude can pick from the catalog or you can name a model), images, music, sound effects, TTS and voices, lipsync.
    • Compose: auto-captions and timed captions, text overlays, video overlays, merge videos, extract frames, background removal, upscaling.
    • Build: multi-scene movies (create, add scenes, regenerate a scene, combine) and slideshows.
    • Orchestrate: create, update, run, and schedule workflows; check run status; manage workflow assets like reference images.
    • Publish: post or schedule to your connected social accounts, list posts, preview before publishing.
    • Manage: check credits, list your media, poll task status for long generations.

    The practical consequence: a single conversation can go from "here's the idea" to "it's posted" without opening the Versely app at all.

    Connecting it to Claude

    Setup is a one-time job of a few minutes:

    1. Generate an API key in your Versely account (web app → settings). Scope it to what you want the assistant to be able to do — generation-only keys are a sensible starting posture; add publishing scope once you trust the loop.
    2. Add the Versely MCP server in your Claude client — claude.ai supports remote MCP connectors in its settings, and Claude Code/desktop configs take the server plus your key.
    3. Open a conversation and ask Claude to check your Versely credits. If it answers with a real number, the pipe works.

    Full click-by-click detail, including troubleshooting, lives in the dedicated setup guide for generating from Claude.

    Session patterns that earn the setup

    After months of daily use, four patterns account for nearly all my MCP time:

    The brief-to-batch. Paste a campaign brief, ask for a shot list, approve it, then have Claude generate the batch — picking models per shot, waiting on the async tasks, and returning everything for review. What's distinctive versus the app: the reasoning and the execution live in one thread. Claude decides a product close-up wants image-to-video from your reference photo while the mood shot wants text-to-video, and then just does both.

    The iterate-in-context loop. "Clip two feels slow — regenerate with faster camera movement and tighter framing." Because the conversation holds the full history of prompts and outputs, refinement instructions can be relative ("like the last one but...") instead of you re-specifying everything. This is the single biggest ergonomic win over form-based UIs.

    The caption-and-ship pass. Point Claude at finished clips: add styled captions, write platform-specific copy, schedule to the right accounts at the right times. The unglamorous last mile of publishing is exactly the kind of multi-step, low-judgment work a tool-calling assistant eats.

    The standing brief. Keep a pinned project conversation holding your brand context — voice, banned phrases, format preferences, model defaults. Every new request inherits it. It's a lightweight brand kit that happens to be able to operate machinery.

    MCP vs. the API vs. the app

    These are complements, not competitors. Where each wins:

    Dimension App MCP + Claude Raw API
    One-off creative work Best Fine Wrong tool
    Multi-step jobs from a brief Manual Best Needs code first
    Judgment mid-pipeline You The model (review it) None — pure logic
    Scheduled, unattended runs Workflows Not its shape Best
    Same job x 500 inputs Painful Tedious Best
    Setup cost None Minutes Days

    The honest boundary: MCP is supervised automation — brilliant when each run benefits from judgment, wrong for high-volume unattended pipelines, which want the raw API and its deterministic error handling. And for genuinely novel creative direction, the app's visual feedback loop still beats describing what you want in prose.

    A budget note that matters: an assistant executing your instructions spends credits exactly as you would. Ask for six variations, pay for six variations. Give standing instructions about draft models ("iterate on fast tiers, final render on the premium pick") and Claude will follow the same draft/final discipline a careful human would — but only if you tell it to.

    Limits worth knowing before you rely on it

    • Long generations are still long. MCP doesn't speed up rendering; Claude waits on the same async tasks you would. Multi-scene jobs mean a conversation that pauses.
    • Verify before publish. Give the assistant publishing power only once you've built the habit of reviewing outputs in-thread first. "Show me before you schedule" belongs in your standing instructions.
    • Tool calls can fail like any API call. Expired tokens, invalid parameters, a model rejecting a duration — Claude generally surfaces and retries sensibly, but supervision is the contract.
    • Context isn't infinite. Marathon sessions with dozens of generations eventually benefit from a fresh conversation carrying a summary forward.

    For the broader picture of where assistant-driven tooling is heading, what is agentic AI is the conceptual companion to this hands-on guide.

    FAQ

    What do I need to connect Versely to Claude?

    A Versely account with an API key, and a Claude surface that supports MCP servers — claude.ai remote connectors, Claude desktop, or Claude Code. Setup is a few minutes: create the key, add the server, test with a credits check.

    Does using Versely through MCP cost extra?

    No premium on the Versely side — MCP tool calls spend the same credits as the same actions in the app. Your Claude subscription is separate. Budget-wise, treat an MCP session exactly like an app session where someone very fast is doing the clicking.

    Can Claude post to my social accounts through MCP?

    Yes, if your API key includes publishing scope and your accounts are connected in Versely. Sensible practice: start with a generation-only scope, and add publishing once you've established a review-before-posting habit in your sessions.

    How is this different from Versely's built-in agent chat?

    Versely's in-app agent is tuned for the platform and lives where your media lives — it's the best pure creation chat. The MCP route puts Versely's tools inside your Claude context, so content work can mix with everything else in that conversation: strategy docs, code, research, spreadsheets. Many people use both.

    Is MCP safe to use with my account?

    The connection uses your scoped API key, revocable at any time, and every action is one your account was authorized to take. The real safety practice is operational: limit scopes to what the assistant needs, review outputs before publishing, and watch your credit history like you would with any automation.

    Connect the server tonight, ask Claude for your credit balance, then hand it a real brief tomorrow morning. The same catalog behind the AI video generator answers — free credits daily to experiment with.