mcpbeat Sign in

Corent MCP Server

local only

Corent runs on your own machine — the client starts it, so there is no endpoint to ping. 795 installs a week from npm. Last commit 14 Jul 2026.

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

Installs per day peak 441 · avg 68 · -55% w/w
a month agotoday
795
Installs / week
npm · corent-mcp
0
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Corent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add corent-mcp -- npx -y corent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "corent-mcp": {
      "args": [
        "-y",
        "corent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.corent-mcp]
command = "npx"
args = ["-y", "corent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "corent-mcp": {
      "args": [
        "-y",
        "corent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "corent-mcp": {
      "args": [
        "-y",
        "corent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CORENT_API_KEY (Your Corent API key (co_live_...). Create one at https://corent.tech/dashboard/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Corent

same job, measured the same way
Muapi
by anil-matcha

Generate images, videos, and audio using 100+ AI models via muapi.ai.

38 installs/wk local only
xSkill AI
by hexiaochun

AI content generation with 50+ models: image, video, TTS, voice cloning, and more.

answering
Made MCP
by made

Generate and edit images and video with MADE: model catalog with transparent per-job pricing.

answering
Mostai MCP
by most-ai-com

Generate images, video, music, speech and text with 60+ models through your MostAI account.

2 741 installs/wk local only
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering
Shotstack
by shotstack

Generate, edit, and render videos via the Shotstack video editing API.

answering
Glif
by glif

Generate images, video, and audio with Glif's media-generation agent

answering
Rostro
by rostro

Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.

answering

Corent — questions

Answers built from our own checks of this server.

Why is there no uptime for Corent?
Corent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package corent-mcp was installed 795 times last week.
How do I connect Corent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls corent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Corent?
The npm package corent-mcp was installed 795 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Corent open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.