@instavar/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@instavar/mcp-servercreate a video brief for my new product launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@instavar/mcp-server
Drive the full Instavar Studio video workflow — create → render → approve → publish → metrics — from Claude Code or Codex, without leaving your terminal.
The server is a thin HTTP client: it authenticates with a per-user API key and talks to the hosted Instavar API. It holds no database connection and stores no data of its own.
Setup
Create an API key at https://instavar.com/studio/settings (shown once — copy it).
Add the server to your MCP client config:
{
"mcpServers": {
"instavar": {
"command": "npx",
"args": ["-y", "@instavar/mcp-server"],
"env": { "INSTAVAR_API_KEY": "ik_live_..." }
}
}
}Restart the client. The
instavartools appear.
Environment
Var | Required | Default | Purpose |
| yes | — | Your key from |
| no |
| Override the API host. |
Related MCP server: Clean-Cut-MCP
Tools
Tool | What it does |
| List recent jobs (newest first). |
| Runs, artifacts, verifications, current video + thumbnail URLs. |
| Materialized composition state for a job. |
| Platform engagement snapshots for a published job. |
| Infra cost summary (Lambda / RunPod / R2 / WaveSpeed / PoYo). |
| Create a job from a structured brief and start rendering. |
| Patch a brief and re-render. |
| Approve a rendered job so it can be published. |
| Publish an approved job to its connected social destination. |
| Start connecting a social account (headless OAuth pairing). |
| Poll a pending account connection until it is connected. |
Writes require a key with the write scope; publish_job requires publish.
Connecting a social account from the terminal
connect_account returns an approve URL and a short confirm code. Open
the URL in a browser where you are signed in to Instavar, check the code matches
the one in your terminal, and approve — you go through the platform's normal
sign-in, then return to Instavar. Poll connect_account_status with the returned
pairingId until it reports connected. Pairings expire after 10 minutes and
can only be approved by an owner/admin of the workspace.
CLI
npx @instavar/mcp-server --version
npx @instavar/mcp-server --helpLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/instavar/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server