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
{
"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