Amazon Bedrock の Nova Canvas モデルを使用して画像を生成および編集できる MCP サーバー。
特徴
- テキストから画像へ
- 画像の修復
- イメージアウトペインティング
- 画像のバリエーション
- イメージ調整
- カラーガイド生成
- 背景除去
- 画像のサムネイルを表示
インストール
クロードデスクトップセットアップ
- リポジトリをクローンする
- Claudeデスクトップの設定
- Claude デスクトップ メニューから、 Claude > 設定をクリックします。
- ポップアップが表示されたら、左側のメニューから**「開発」**を選択し、 **「設定の編集」**ボタンをクリックします。
- 設定ファイルを含むフォルダが開きます。この設定ファイルの名前は次のとおりです。
claude_desktop_config.json
- 設定ファイル(Python バージョン)に次の内容を追加します。
- Pythonバージョン
✅ AWS_PROFILE のみが必須です。AWS_ACCESS_KEY_ID、AWS_SECRET_ACCESS_KEY、AWS_REGION、PORT などのその他の変数はオプションであり、AWS プロファイルが正しく設定されている場合は必要ありません。
⚙️セットアップが正常に完了すると、 Claude > 設定 > 開発タブに「nova-canvas」項目が追加されていることがわかります。⚠️重要: MCP設定はClaudeデスクトップアプリでのみ機能し、Claudeウェブブラウザバージョンでは機能しません。
- Pythonバージョン
画像の保存場所
デフォルトでは、生成または編集されたすべての画像は次のディレクトリに保存されます。
- macOS / Linux :
~/Desktop/aws-nova-canvas
- Windows :
C:\Users\YourUsername\Desktop\aws-nova-canvas
📁 画像の保存パスが指定されていない場合、アプリケーションは上記のフォルダーを自動的に作成して使用します。
使用例
制限事項
- プロンプトテキストは最大1024文字までサポートされます
- 画像生成では一度に最大3枚の画像が生成可能
- 画像のバリエーションには1~5枚の参照画像が必要です
- カラーガイドは1~10のカラーコードをサポートします
ライセンス
MITライセンス
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Amazon Bedrock の Nova Canvas モデルを使用して画像を生成および編集できる MCP サーバー。テキストから画像への生成、インペインティング、アウトペインティング、画像バリエーション、背景の削除などの機能をサポートしています。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn intelligent MCP server with a fully automated batch pipeline for web-ready images. Features include noise reduction, auto levels/curves, JPEG artifact removal, 4K resizing, smart sharpening with shadow/highlight enhancement, and advanced WebP conversion.Last updated -15JavaScriptMIT License
- AsecurityAlicenseAqualityProvides access to Amazon Bedrock's Nova Canvas model for AI image generation.Last updated -11420JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.Last updated -133555TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server that generates images based on text prompts using Black Forest Lab's FLUX model, allowing for customized image dimensions, prompt upsampling, safety settings, and batch generation.Last updated -3TypeScript