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

FieldValue
MCP endpointhttps://www.neonix.video/api/mcp
AuthOAuth 2.1 — no API key or client ID needed
Config scopeLocal by default; add --scope user to share across every project

Setup flow

  1. Add the server — Run:

    claude mcp add --transport http neonix https://www.neonix.video/api/mcp
    
  2. 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.

  3. Verify — Run claude mcp get neonix or /mcp to confirm the connection and see the available tools.

  4. 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.