Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.instademo-app]
url = "https://instademo.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"instademo-app": {
"type": "http",
"url": "https://instademo.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: instademo-app
Remote MCP URL: https://instademo.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"instademo-app": {
"url": "https://instademo.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"instademo-app": {
"type": "http",
"url": "https://instademo.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "instademo-app",
"transport": "streamable-http",
"url": "https://instademo.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
instademo_info— Get an overview of InstaDemo: what it does, pricing, capabilities, and how it compares to alternatives.demo_status— Check the status of a demo you created and, once it is finished, get the video URL.update_demo— Update the settings of an existing demo — voice, industry tone, captions, language, or aspect ratio — and re-render it with the new settings (no extra demo is charged; it reuses the same demo).