motion-ai
v13.1.0
Published
Install the Motion AI Kit — configures the Motion MCP server and installs Motion skills into your AI coding agents.
Readme
motion-ai
One-command installer for the Motion AI Kit — configures the Motion MCP server and installs the Motion skills into your AI coding agents.
npx motion-aiYou'll be asked for:
- Motion API key — get one at https://motion.dev/dashboard/tokens (Motion+ required)
- Install scope — project (current directory) or global (home)
- Agents — Claude Code, Cursor, Windsurf, Amp, OpenCode, Gemini CLI, Copilot, or a custom folder
…then a confirmation before anything is written.
What it does
- Writes the
motionMCP server into your agent config (auto-configured for Claude Code and Cursor; printed for you to paste elsewhere). - Installs the Motion skills into
<scope>/.<agent>/skills/.
The skills are fetched at install time from the token-gated Motion registry — they are not bundled in this package.
Notes
MOTION_TOKENcan be set to pre-fill the key.- This package is versioned independently of the rest of the Motion Studio suite and published to public npm (the rest ship via the Motion registry).
