Motion Text
Motion Text MCP server
Turn words, images, and audio into an animated video with MP4 export.
Motion Text is a kinetic story studio. This repository is the front door for its hosted MCP server — the server itself is a remote service, so there is nothing here to install or run.
Privacy: https://motiontext.video/privacy
Registry:
video.motiontext/motion-text
Two endpoints
The server is hosted and speaks streamable HTTP. There is no npm package and no local process.
URL | Auth | Tools | |
Anonymous |
| none | 3 drafting tools |
Studio |
| OAuth 2.1, | full toolset |
Use /mcp/studio. It is the URL you want in almost every case — it
authenticates you and unlocks the full toolset: scenes, narration, stock
photos, music, brand and logo, render and export.
/mcp exists so that a client with no account can connect and evaluate the
server immediately. It answers anonymously and exposes three tools
(create_story_draft, list_visual_presets, get_spec), enough to build a
draft and hand it off to the editor.
The distinction matters because of when each endpoint challenges. /mcp
only sends a WWW-Authenticate challenge if you present a token that turns
out to be invalid; arriving with no token connects cleanly. /mcp/studio
challenges immediately, which is what makes a client start the OAuth flow on
its own.
Some clients — ChatGPT is the one that bites — begin sign-in only in
response to a challenge. Point those at /mcp/studio or they will connect to
/mcp, never prompt, and appear to be a broken server with three tools.
Related MCP server: AITuber MCP Server
Setup
Claude Code
claude mcp add --transport http motion-text https://motiontext.video/mcp/studioThen run /mcp inside Claude Code to complete the OAuth sign-in.
Claude Desktop / claude.ai
Settings → Connectors → Add custom connector, and give it
https://motiontext.video/mcp/studio. Sign-in runs in the browser.
ChatGPT
Add it as a custom connector with https://motiontext.video/mcp/studio. Use
that URL specifically — see the note above.
Generic client config
{
"mcpServers": {
"motion-text": {
"type": "streamable-http",
"url": "https://motiontext.video/mcp/studio"
}
}
}Try it without an account
curl -sS -X POST https://motiontext.video/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'What you can build
Ask your agent for a video and it drafts one — you finish it in the editor at motiontext.video.
Kinetic captions — lyrics or a script timed to audio, with per-line motion (beat, glitch, slam, karaoke, and others)
Narrated picture stories — scenes with generated or stock imagery and text-to-speech narration
Brand treatment — colors, typography, logo, and format presets
Export — render to MP4
Call get_spec for the machine-readable capabilities, limits, and draft
schema.
Issues
Bug reports and feature requests for the MCP server are welcome in this repository's issue tracker. The Motion Text product source is not public.
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.
Related MCP Servers
- Alicense-qualityAmaintenanceTurn Excalidraw diagrams into keyframe animations. AI-powered creation via MCP, E2E encrypted sharing, export to MP4/WebM/GIF/SVG.651MIT

AITuber MCP Serverofficial
AlicenseAqualityBmaintenanceCreate AI-powered videos from any MCP-compatible client. Generate videos with AI narration, visuals, and synced captions for short-form and long-form content.2675MIT- Alicense-qualityAmaintenanceEnables AI agents to generate narrated videos from topics or scripts, with stock footage, home videos, or local AI clips.2MIT
- AlicenseAqualityBmaintenanceTurns plain-language descriptions into animated SVGs with a live preview and conversational editing.8MIT
Related MCP Connectors
Create videos with prompts, and use Rendley’s video editor to adjust anything you need.
Create and track AI music videos and audio-reactive visuals from songs.
Make videos and docs with your AI agent — describe what you need, every output stays editable.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/threadlimit/motiontext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server