Neonix MCP for Cursor

Connect Cursor to Neonix for editable motion video projects. Use the hosted MCP server to create, update, preview, and export editable motion projects from Cursor's agent.

Connection details

FieldValue
MCP endpointhttps://www.neonix.video/api/mcp
AuthOAuth 2.1 — no API key or client ID needed
Config file~/.cursor/mcp.json (global) or .cursor/mcp.json (per project)
RequiresCursor v0.48.0 or later

Setup flow

  1. Open mcp.json — Create or edit ~/.cursor/mcp.json to make Neonix available in every project, or .cursor/mcp.json in one project's root.

  2. Add the server — Add a neonix entry with the MCP endpoint as its url; Cursor treats a plain url field as Streamable HTTP:

    {
      "mcpServers": {
        "neonix": {
          "url": "https://www.neonix.video/api/mcp"
        }
      }
    }
    
  3. Authorize — Open Cursor's Settings > MCP, find Neonix, and connect. Cursor opens the browser for OAuth sign-in — no client ID or secret to fill in. Approve workspace access.

  4. Create motion — Ask Cursor's agent to create or update an editable project.

Back to MCP connections.