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
Related MCP server: Image Generation MCP Server
โก๏ธ 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