Neonix MCP for Claude Code
Connect Claude Code to Neonix for editable motion video projects. Use the hosted MCP server to create, update, preview, and export editable motion projects from a terminal session.
Connection details
| Field | Value |
|---|---|
| MCP endpoint | https://www.neonix.video/api/mcp |
| Auth | OAuth 2.1 — no API key or client ID needed |
| Config scope | Local by default; add --scope user to share across every project |
Setup flow
-
Add the server — Run:
claude mcp add --transport http neonix https://www.neonix.video/api/mcp -
Authorize — Inside a Claude Code session, run
/mcp, select neonix, and follow the browser prompt to sign in and approve workspace access. Claude Code handles OAuth dynamic client registration and token refresh automatically, so there's no client ID or secret to configure. -
Verify — Run
claude mcp get neonixor/mcpto confirm the connection and see the available tools. -
Create motion — Ask Claude Code to create or update an editable project.
Run claude mcp logout neonix to revoke access later.
Back to MCP connections.