This server provides image generation capabilities using the Ideogram API via the Model Context Protocol (MCP), integrating seamlessly with tools like Claude Desktop and other MCP clients.
Key features:
- Generate images based on text prompts (must be in English)
- Customize with various models (V_1, V_1_TURBO, V_2, V_2_TURBO)
- Control aspect ratio (1:1, 4:3, 16:9, etc.)
- Add negative prompts to exclude unwanted elements
- Generate multiple images at once (1-8)
- Set image resolution from multiple options
- Use seed values for reproducible results
- Apply magic prompt feature (AUTO, ON, OFF)
- Select rendering speed (TURBO, DEFAULT, QUALITY)
- Apply specific styles using style codes or reference images
- Choose style type (AUTO, GENERAL, REALISTIC, DESIGN)
- Save generated images to specified directories
- Apply blur masks to image edges
Used for environment variable management to store Ideogram API credentials
Used for source code hosting and version control for the Ideogram MCP Server project
Used for package distribution and dependency management for the Ideogram MCP Server
Provides status badges for the project repository metrics
Used for header animation and visual elements in the project documentation
The programming language used to build the Ideogram MCP Server
📦 Project Overview
- A TypeScript tool that allows you to use Ideogram API (v3.0) via MCP server
- Multi-function including image generation, style reference, magic prompt, aspect ratio, model selection, etc.
- Can be used immediately with Claude Desktop and other MCP clients
⚡️ Quick Start
If you want to connect to Claude Desktop or other MCP clients at lightning speed,
Just copy and paste the JSON snippet below into your configuration file!
🛠️ MCP Tool Specifications
generate_image
Parameter list (latest version)
Parameters | Type | explanation | Required/Optional | remarks |
---|---|---|---|---|
prompt | string | Image generation prompt (English recommended) | Required | |
aspect_ratio | string | Aspect ratio (e.g. "1x1", "16x9", "4x3", etc.) | any | 15 types |
resolution | string | Resolution (see official documentation, 69 types in total) | any | |
seed | integer | Random number seed (to ensure reproducibility) | any | 0 to 2147483647 |
magic_prompt | string | Magic prompt ("AUTO" | "ON" | "OFF" |
rendering_speed | string | Rendering speed for v3 ("TURBO" | "DEFAULT" | "QUALITY" |
style_codes | string[] | 8-character style code sequence | any | |
style_type | string | Style type ("AUTO" | "GENERAL" | "REALISTIC" |
negative_prompt | string | Exclusions (English recommended) | any | |
num_images | number | Number of generated images (1 to 8) | any | |
style_reference | object | Style Reference (New in Ideogram 3.0) | any | Details below |
└ urls | string[] | Reference image URL array (up to 3) | any | |
└ style_code | string | Style Code | any | |
└ random_style | boolean | Use random style | any | |
output_dir | string | Image storage directory (default: "docs") | any | |
base_filename | string | Base for saved filename (default: "ideogram-image") | any | Timestamp and ID assignment |
blur_mask | boolean | Blur the edges of the image (set to true for mask compositing) | any | Default: false |
📝 Usage example
🧑💻 Develop, build, and test
npm run build
... TypeScript buildnpm run watch
... development mode (automatic build)npm run lint
... Code lintingnpm test
... run tests
🗂️ Directory structure
📝 Contributions
- Fork this repository
- Create a new branch (
git checkout -b feature/awesome
) - Commit changes (Commit messages should be in Japanese and emojis are recommended!)
- Push and pull request creation
🚀 Deploy & Release
- Automatic npm publishing with GitHub Actions
- Version update → Automatic deployment by pushing tags
For details, see docs/npm-deploy.md !
📄 License
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
- ⚡️ Quick Start
- 🛠️ MCP Tool Specifications
- 🧑💻 Develop, build, and test
- 🗂️ Directory structure
- 📝 Contributions
- 🚀 Deploy & Release
- 📄 License
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.Last updated -TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.Last updated -1298JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.Last updated -18PythonMIT License
- -security-license-qualityA Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.Last updated -JavaScriptMIT License