LIVE ENDPOINT
https://morphareels.ai/mcp
Connect to this endpoint to inspect the live schema for update_audio_overlay and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.morpha]
url = "https://morphareels.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"morpha": {
"type": "http",
"url": "https://morphareels.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: morpha
Remote MCP URL: https://morphareels.ai/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": {
"morpha": {
"url": "https://morphareels.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"morpha": {
"type": "http",
"url": "https://morphareels.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "morpha",
"transport": "streamable-http",
"url": "https://morphareels.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List projects as { id, name, editorUrl } entries.list_workspaces— List the workspaces (shared team spaces) the account belongs to, as { id, name, role, memberCount } entries.open_project— Get a tappable link that opens a project directly in the editor (the editor loads exactly this project from the URL).create_project— Create a new project and return its server-minted id.move_project_to_workspace— Move a project into a workspace, or back to the caller's personal space.list_collection— List the user's reusable Collection — layers they added with add_to_collection (lower-thirds, logo stings, brand intros, or any single layer).add_from_collection— Add an item from the user's Collection into a project as a self-contained COPY.duplicate_project— Duplicate an existing project into a brand-new one — a full copy of its layers, animations, styles, uploaded assets, and clips.