mcpbeat Sign in

Ideogram MCP Server

local only

Ideogram MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 5 Apr 2026.

Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images

Installs per day peak 11 · avg 5 · +77% w/w
a month agotoday
39
Installs / week
npm · @qmediat.io/ideogram-mcp
0
Stars
0 open issues
5 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ideogram MCP 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 ideogram-mcp -- npx -y @qmediat.io/ideogram-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ideogram-mcp": {
      "args": [
        "-y",
        "@qmediat.io/ideogram-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ideogram-mcp]
command = "npx"
args = ["-y", "@qmediat.io/ideogram-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ideogram-mcp": {
      "args": [
        "-y",
        "@qmediat.io/ideogram-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ideogram-mcp": {
      "args": [
        "-y",
        "@qmediat.io/ideogram-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IDEOGRAM_API_KEY (Your Ideogram API key (get one at https://ideogram.ai/manage-api)), IDEOGRAM_OUTPUT_DIR (Directory for saved images (default: /tmp/ideogram-output)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ideogram MCP

same job, measured the same way
Vicsee MCP Server
by vicseeai

Generate, edit and upscale AI video and images from any agent via VicSee.

213 installs/wk answering
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering
Mediamcp
by legolev

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

47 installs/wk local only
Peelaway Image Editing
by jakeloo

Edit images over MCP with object removal, background removal, and guided generative edits.

answering
Image Tools - Background Removal, Upscaling & Face Restoration
by fasuizu-br

Background removal, 4x upscaling, and face restoration via GPU

4 tools answering
Budgetpixel
by budgetpixel

Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.

13 tools answering
Deep Art AI
by deeparteffects

Generate and edit images and videos, and check your Deep Art credit balance.

answering
MCP Image
by infoinlet-marketplace

Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale.

23 installs/wk local only

Ideogram MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ideogram MCP?
Ideogram MCP 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 @qmediat.io/ideogram-mcp was installed 39 times last week.
How do I connect Ideogram MCP?
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 @qmediat.io/ideogram-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ideogram MCP?
The npm package @qmediat.io/ideogram-mcp was installed 39 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ideogram MCP 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.