Catalog
Corent
Officialby gg13121
Generate images and videos via the Corent API — auto model routing with provider fallback.
Generate images and videos via the Corent API — auto model routing with provider fallback.
README not available yet.
Install
Configuration
Environment variables
CORENT_API_KEYrequiredsecretYour Corent API key (co_live_...). Create one at https://corent.tech/dashboard/api-keys
claude_desktop_config.json
{
"mcpServers": {
"corent-mcp": {
"command": "npx",
"args": [
"-y",
"corent-mcp@0.2.1"
],
"env": {
"CORENT_API_KEY": "<YOUR_CORENT_API_KEY>"
}
}
}
}