Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ideogram": {
"env": {
"IDEOGRAM_API_KEY": "your_api_key_here"
},
"args": [
"@sunwood-ai-labs/ideagram-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Ideogram APIを使って画像生成を提供するModel Context Protocol (MCP) サーバーだよ!
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Ideagram Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

Ideogram APIを使って画像生成を提供するModel Context Protocol (MCP) サーバーだよ!
Ideogram 3.0対応で、Claude DesktopやMCPクライアントから爆速連携できるのが神✨
Claude Desktopや他MCPクライアントで爆速連携したいなら、
下記JSONスニペットを設定ファイルにコピペでOK!✨
{
"mcpServers": {
"ideogram": {
"command": "npx",
"args": [
"@sunwood-ai-labs/ideagram-mcp-server"
],
"env": {
"IDEOGRAM_API_KEY": "your_api_key_here"
}
}
}
}
| パラメータ | 型 | 説明 | 必須/任意 | 備考 |
|---|---|---|---|---|
| prompt | string | 画像生成プロンプト(英語推奨) | 必須 | |
| aspect_ratio | string | アスペクト比(例: "1x1", "16x9", "4x3" など) | 任意 | 15種類 |
| resolution | string | 解像度(公式ドキュメント参照、全69種) | 任意 | |
| seed | integer | 乱数シード(再現性担保用) | 任意 | 0~2147483647 |
| magic_prompt | string | マジックプロンプト("AUTO" | "ON" | "OFF") |
| rendering_speed | string | v3用レンダリング速度("TURBO" | "DEFAULT" | "QUALITY") |
| style_codes | string[] | 8文字のスタイルコード配列 | 任意 | |
| style_type | string | スタイルタイプ("AUTO" | "GENERAL" | "REALISTIC" |
| negative_prompt | string | 除外要素(英語推奨) | 任意 | |
| num_images | number | 生成画像数(1~8) | 任意 | |
| style_reference | object | スタイル参照(Ideogram 3.0新機能) | 任意 | 下記詳細 |
| └ urls | string[] | 参照画像URL配列(最大3つ) | 任意 | |
| └ style_code | string | スタイルコード | 任意 | |
| └ random_style | boolean | ランダムスタイル使用 | 任意 | |
| output_dir | string | 画像保存ディレクトリ(デフォルト: "docs") | 任意 |