mcp.film

mcp.film / Image Generation / Ideogram MCP Server

Ideogram MCP Server

Communityby Community (Sunwood AI Labs)paidverified Jun 11, 2026

Ideogram 3.0 text-to-image with magic prompt and style refs — strongest text-in-image.

Rate it: no ratings yet

What it does

Community server for the Ideogram API with Ideogram 3.0 support: magic prompt modes, style references, negative prompts, seeds, 15 aspect ratios and batch generation of up to 8 images. Filmmaker-relevant for title cards, posters and any frame where legible rendered text matters.

Connect

Claude Code
claude mcp add ideogram -e IDEOGRAM_API_KEY=YOUR_KEY -- npx @sunwood-ai-labs/ideagram-mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ideogram": {
      "command": "npx",
      "args": [
        "@sunwood-ai-labs/ideagram-mcp-server"
      ],
      "env": {
        "IDEOGRAM_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ideogram": {
      "command": "npx",
      "args": [
        "@sunwood-ai-labs/ideagram-mcp-server"
      ],
      "env": {
        "IDEOGRAM_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env IDEOGRAM_API_KEY — Ideogram account → API settings (ideogram.ai)

Tools you'll see

generate_image

Field notes

MIT, small; note the 'ideagram' typo in the package/repo name. No official Ideogram MCP exists; Ideogram v3 is also reachable via the fal and Replicate hub MCPs if you want fewer connectors.

Pairs well with