ideogram-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ideogram-mcpGenerate a realistic image of an astronaut holding a flower"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@qmediat.io/ideogram-mcp
MCP server for the Ideogram V3 API — generate, edit, remix, upscale, and describe images from Claude Code, Claude Desktop, or any MCP client.
Why this server?
7 tools — full Ideogram V3 coverage (generate, edit, remix, reframe, replace background, upscale, describe)
Security-first — SSRF protection, symlink rejection, Content-Type validation, path traversal prevention, Zod response validation (details)
2 runtime dependencies —
@modelcontextprotocol/sdk+zod. No axios, no form-data, no HTTP librariesNative Ideogram API — direct V3 endpoints, not proxied through fal.ai or Replicate
Production-hardened — retry with exponential backoff, safety filter handling, partial failure resilience
Related MCP server: ideogram-mcp-server
Quick Start
npm install -g @qmediat.io/ideogram-mcpOr use directly:
npx @qmediat.io/ideogram-mcpRequires IDEOGRAM_API_KEY — get one at ideogram.ai/manage-api.
Configuration
Claude Code
Add to ~/.claude.json → mcpServers:
{
"ideogram": {
"command": "npx",
"args": ["-y", "@qmediat.io/ideogram-mcp"],
"env": {
"IDEOGRAM_API_KEY": "your-api-key",
"IDEOGRAM_OUTPUT_DIR": "/tmp/ideogram-output"
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ideogram": {
"command": "npx",
"args": ["-y", "@qmediat.io/ideogram-mcp"],
"env": {
"IDEOGRAM_API_KEY": "your-api-key",
"IDEOGRAM_OUTPUT_DIR": "/tmp/ideogram-output"
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your Ideogram API key (get one here) |
| No |
| Any folder where you want images saved. Use absolute paths (e.g. |
Available Tools
Tool | Description | Key Parameters |
| Generate images from text prompts |
|
| Generate text description of an image |
|
| Edit areas of an image with mask-based inpainting |
|
| Transform an image with a new prompt |
|
| Extend an image to a new resolution (outpainting) |
|
| Replace background, preserving foreground |
|
| Upscale with guided enhancement |
|
Common Parameters
Parameter | Available In | Values |
| generate, edit, remix, reframe, replace_background |
|
| generate, edit, remix, replace_background, upscale |
|
| generate, edit, remix |
|
| generate, remix |
|
| all tools |
|
| all tools |
|
Security
This server is designed with a zero-trust, minimal-dependency approach:
SSRF protection — HTTPS-only downloads, hostname allowlist, redirect blocking
Symlink rejection —
lstat()rejects user-created symlinks before readingContent-Type validation — downloads must be
image/*, rejecting HTML/JSON error pagesZod response validation — API responses parsed through schemas, no blind type casts
Path traversal prevention — extension allowlist +
path.relative()containment check
Full details in SECURITY.md.
Development
git clone https://github.com/qmediat/ideogram-mcp.git
cd ideogram-mcp
npm install
npm run buildRun locally:
IDEOGRAM_API_KEY=your-key node dist/index.jsContributing
See CONTRIBUTING.md for architecture guidelines and PR requirements.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityDmaintenanceEnables image generation, editing, and description using Ideogram AI's models through natural language.4364MIT
- AlicenseNot gradedqualityCmaintenanceEnables LLM applications to generate, edit, describe, upscale, remix, reframe, and replace backgrounds in images using the Ideogram AI API.20MIT
- AlicenseBqualityAmaintenanceMCP server for Ideogram V3 model line enabling image editing, reframing, remixing, and text-to-image generation with task polling and pricing checks through RunAPI.766Apache 2.0
- AlicenseAqualityCmaintenanceEnables image generation, editing, and composition using any OpenAI-compatible Images API within MCP clients, Dify, and n8n, delivering results as image blocks, structured fields, or resource links.4MIT
Related MCP Connectors
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
Generate images with any major model — one API key, one prepaid balance, one MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qmediat/ideogram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server