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
| Field | Value |
|---|---|
| MCP endpoint | https://www.neonix.video/api/mcp |
| Auth | OAuth 2.1 — no API key or client ID needed |
| Config file | ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project) |
| Requires | Cursor v0.48.0 or later |
Setup flow
-
Open mcp.json — Create or edit
~/.cursor/mcp.jsonto make Neonix available in every project, or.cursor/mcp.jsonin one project's root. -
Add the server — Add a
neonixentry with the MCP endpoint as itsurl; Cursor treats a plainurlfield as Streamable HTTP:{ "mcpServers": { "neonix": { "url": "https://www.neonix.video/api/mcp" } } } -
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.
-
Create motion — Ask Cursor's agent to create or update an editable project.
Back to MCP connections.