mcp.film

mcp.film / Image Generation / Ideogram MCP

Ideogram MCP

OfficialRemoteby Ideogrampaidverified Aug 27, 2026

Official Ideogram server: bulk generation, editing, reframe, upscale and model training.

What it does

Ideogram's official hosted MCP puts the Ideogram 4.0 stack behind OAuth: bulk text-to-image, editing, reframing, upscaling, collections, and dataset upload plus custom model training. Ideogram remains the strongest engine for legible rendered text, which makes it the practical choice for title cards, posters, signage and any frame where type has to survive. The training tools matter for series work — teach it a show's typographic or graphic identity once, then generate against it.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.ideogram.ai/mcp
Claude Code
claude mcp add ideogram --transport http https://mcp.ideogram.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ideogram": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.ideogram.ai/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ideogram": {
      "url": "https://mcp.ideogram.ai/mcp"
    }
  }
}
Auth: oauth — OAuth: a browser window opens on first connect and you sign in with your Ideogram account

Tools you'll see

generate_images_bulkedit_imagereframe_imageupscale_imageupload_imagecreate_collectioncreate_datasetupload_dataset_assetstrain_model

Field notes

Usage draws on the same subscription as the Ideogram web app, so MCP jobs and hand work compete for one balance — the docs state flatly that there is no separate billing for MCP requests. Checked 27 Aug 2026: the endpoint is live and serves OAuth protected-resource metadata at the spec path, naming itself as the resource with an Ideogram-hosted authorization server and openid/email/profile scopes; the nine tools and the connect command below still match the docs verbatim. The API also still exposes Ideogram 3.0 endpoints alongside 4.0. This entry previously listed the community wrapper @sunwood-ai-labs/ideagram-mcp-server (MIT, 5 stars, one generate_image tool, untouched since May 2025, and misspelled 'ideagram' throughout) — it is superseded by the official server. Note that developer.ideogram.ai/_mcp/server is a separate documentation-search MCP, not the image server. Ideogram is also reachable via the fal and Replicate hub MCPs if you want fewer connectors.

Pairs well with