mcpbeat Sign in

Instavar MCP Server

local only

Instavar runs on your own machine — the client starts it, so there is no endpoint to ping. 257 installs a week from npm. Last commit 14 Sep 2026.

Drive Instavar Studio video jobs (create, render, approve, publish, metrics) with an API key.

Installs per day peak 159 · avg 24 · +318% w/w
a month agotoday
257
Installs / week
npm · @instavar/mcp-server
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Instavar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @instavar/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@instavar/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@instavar/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@instavar/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@instavar/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INSTAVAR_API_KEY (Per-user API key from https://instavar.com/studio/settings. Scoped to your org and revocable.), INSTAVAR_BASE_URL (Override the Instavar API host. Defaults to https://instavar.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Instavar

same job, measured the same way
Statuspal
by usefulapi

Read status-page status, services, incidents and metrics; create, update and publish incidents.

11 tools answering
Vibeads
by vibeads

Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval.

99 installs/wk local only
MCP CAD Studio
by mario-andreschak

A self-contained parametric CAD studio MCP server with an interactive MCP App.

54 installs/wk local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
Google Trends API
by trendsapi

Google Trends search interest over time with growth metrics. Free key at trendsapi.ai

4 tools answering
Publishready
by veldica

PublishReady: Deterministic writing control with local-first metrics and AI prose audits.

39 installs/wk local only
Huntertech.io Vendor Insights
by huntertech

AI-ready vendor incident status with public active incidents and plan-scoped history.

3 tools answering

Instavar — questions

Answers built from our own checks of this server.

Why is there no uptime for Instavar?
Instavar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @instavar/mcp-server was installed 257 times last week.
How do I connect Instavar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @instavar/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Instavar?
The npm package @instavar/mcp-server was installed 257 times in the last week. Week over week that is +318%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Instavar open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.