Ideogram Server
БесплатноНе проверенEnables image generation, editing, and description using Ideogram AI's models through natural language.
Описание
Enables image generation, editing, and description using Ideogram AI's models through natural language.
README
License: MIT Node.js Version npm version
A Model Context Protocol (MCP) server implementation for the Ideogram AI API. This server provides tools for generating, editing, and describing images using Ideogram's powerful AI models.
Features
- Generate images from text descriptions
- Edit existing images using masks
- Generate descriptions for images
- Download generated images to local directory
- Prompt templates for common operations
Installation
- Clone the repository
git clone https://github.com/flowluap/ideogram-mcp-server.git
cd ideogram-mcp-server
- Install dependencies
npm install
- Build the project
npm run build
Cursor Integration
To use this MCP in Cursor, add the following configuration to your Cursor settings (Settings > AI > Model Context Protocol):
{
"mcps": {
"ideogram-mcp": {
"command": "node",
"args": ["PATH_TO_YOUR_DIST/index.js"],
"env": {
"IDEOGRAM_API_KEY": "your-api-key-here"
}
}
}
}
Replace:
PATH_TO_YOUR_DIST/index.jswith the absolute path to your builtindex.jsfileyour-api-key-herewith your actual Ideogram API key
Example (redacted):
{
"mcps": {
"ideogram-mcp": {
"command": "node",
"args": ["/path/to/ideogram-mcp-server/dist/index.js"],
"env": {
"IDEOGRAM_API_KEY": "xxxxx-REDACTED-xxxxx"
}
}
}
}
Available Tools
generate- Generate images from text prompts
- Parameters:
prompt: string (required)aspect_ratio: string (optional) - One of: ASPECT_1_1, ASPECT_16_9, ASPECT_9_16, ASPECT_4_3, ASPECT_3_4model: string (optional) - One of: V_1, V_2, V_2_TURBOmagic_prompt_option: string (optional) - One of: AUTO, ON, OFFnum_images: number (optional) - Between 1 and 8seed: number (optional) - Between 0 and 2147483647
edit- Edit images using masks
- Parameters:
image_file: string (required) - Base64 or file pathmask: string (required) - Base64 or file pathprompt: string (required)model: string (required) - One of: V_2, V_2_TURBO
describe- Generate descriptions for images
- Parameters:
image_file: string (required) - Base64 or file path
download_images- Download generated images to local directory
- Parameters:
urls: string[] (required) - Array of image URLsoutput_dir: string (required) - Output directory path
Prompt Templates
generate_image- Template for generating images
- Parameters:
description: string
Development
# Build the project
npm run build
# Run in development mode
npm run dev
# Run tests
npm test
# Run linter
npm run lint
Requirements
- Node.js >= 18.0.0
- Ideogram API key
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
Установка Ideogram Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/flowluap/ideogram-mcp-serverFAQ
Ideogram Server MCP бесплатный?
Да, Ideogram Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ideogram Server?
Нет, Ideogram Server работает без API-ключей и переменных окружения.
Ideogram Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ideogram Server в Claude Desktop, Claude Code или Cursor?
Открой Ideogram Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Ideogram Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
