mcpbeat Sign in

DemoStudio MCP Server

by 32bitsret Your server? Claim it
local only

DemoStudio runs on your own machine — the client starts it, so there is no endpoint to ping. 102 installs a week from npm. Last commit 17 Mar 2026.

Generate short-form video ads for Instagram Reels and TikTok from any AI assistant.

Installs per day peak 28 · avg 15 · +19% w/w
a month agotoday
102
Installs / week
npm · @demostudio/mcp-server
0
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check DemoStudio 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 demostudio -- npx -y @demostudio/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "demostudio": {
      "args": [
        "-y",
        "@demostudio/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.demostudio]
command = "npx"
args = ["-y", "@demostudio/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "demostudio": {
      "args": [
        "-y",
        "@demostudio/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "demostudio": {
      "args": [
        "-y",
        "@demostudio/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEMOSTUDIO_API_KEY (Your DemoStudio API key — generate one at https://demostudio.xyz/settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DemoStudio

same job, measured the same way
Shortgenius
by shortgenius

Generate AI short-form videos and auto-publish them to TikTok, YouTube, Instagram, Facebook and X.

answering
Transcript Magic
by transcriptmagic

Generate transcripts from YouTube, TikTok, Instagram, and Facebook videos.

answering
Lumiclip
by lumiclip

Turn YouTube videos into short-form clips from any AI assistant

42 installs/wk local only
Crabcut
by realcrabcut

Turn YouTube videos into short-form clips from any AI assistant

41 installs/wk local only
Virlo
by arod90

Short-form video analytics and trend intelligence for TikTok, YouTube, and Instagram

answering
vidIQ
by vidiq

Research and create for YouTube, Instagram & TikTok

answering
Reel25 — Video Analytics for TikTok, Instagram & YouTube
by usnmax88

Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content.

23 installs/wk 26 tools answering
TokPortal
by tokportal

Managed TikTok/Instagram accounts for geo-sharding, video posting and sandbox previews.

2 073 installs/wk answering

DemoStudio — questions

Answers built from our own checks of this server.

Why is there no uptime for DemoStudio?
DemoStudio 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 @demostudio/mcp-server was installed 102 times last week.
How do I connect DemoStudio?
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 @demostudio/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use DemoStudio?
The npm package @demostudio/mcp-server was installed 102 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DemoStudio open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.