Corent for Windsurf
io.github.gg13121/corent-mcp
Generate images, videos, voice, and text via the Corent API. Auto model routing with fallback.
client:Windsurf
transport:stdio
runtime:npm
Install Corent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"corent-mcp": {
"command": "npx",
"args": [
"-y",
"corent-mcp"
],
"env": {
"CORENT_API_KEY": "<CORENT_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs