Ideogram MCP Server
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.
Integrations
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
🎨 Ideogram MCP Server
Ideogram APIを使用して画像生成機能を提供するModel Context Protocol (MCP) サーバー
https://github.com/user-attachments/assets/041553d3-6fbc-4dfa-b149-d195dcb9e8f8
📋 機能
- プロンプトに基づく画像生成
- カスタマイズ可能なパラメータ
- アスペクト比
- モデル選択
- マジックプロンプト
- スタイルタイプ
- ネガティブプロンプト
- 生成画像数
🚀 セットアップ
- 必要な依存関係をインストール:
- 環境変数の設定:
.env
ファイルを作成し、以下の内容を追加:
- ビルド:
- (オプション)グローバルにインストール:
💻 使用方法
MCPツール
generate_image
画像を生成するためのツール。
必須パラメータ:
prompt
: 画像生成に使用するプロンプト
オプションパラメータ:
aspect_ratio
: 画像のアスペクト比ASPECT_1_1
ASPECT_4_3
ASPECT_3_4
ASPECT_16_9
ASPECT_9_16
model
: 使用するモデルV_1
V_1_TURBO
V_2
V_2_TURBO
magic_prompt_option
: マジックプロンプトの設定AUTO
ON
OFF
style_type
: 生成スタイルnegative_prompt
: 除外したい要素の説明num_images
: 生成する画像の数(1-8)
使用例
🔧 開発
ディレクトリ構造
スクリプト
npm run build
: TypeScriptのコンパイルnpm run watch
: 開発モードでの実行(ファイル変更の監視)npm run lint
: コードのリントnpm test
: テストの実行
📄 ライセンス
MIT
🤝 コントリビューション
- このリポジトリをフォーク
- 新しいブランチを作成 (
git checkout -b feature/amazing-feature
) - 変更をコミット (
git commit -m '✨ feat: Add amazing feature'
) - ブランチにプッシュ (
git push origin feature/amazing-feature
) - プルリクエストを作成
You must be authenticated.
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.