Skip to content
Cursor

Corent for Cursor

io.github.gg13121/corent-mcp

Generate images, videos, voice, and text via the Corent API. Auto model routing with fallback.

client:Cursor transport:stdio runtime:npm

Install Corent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "corent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "corent-mcp"
      ],
      "env": {
        "CORENT_API_KEY": "<CORENT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Corent in other clients