Amazon Bedrock の Nova Canvas モデルを使用して画像を生成および編集できる MCP サーバー。
特徴
テキストから画像へ
画像の修復
イメージアウトペインティング
画像のバリエーション
イメージ調整
カラーガイド生成
背景除去
画像のサムネイルを表示
インストール
クロードデスクトップセットアップ
リポジトリをクローンする
Claudeデスクトップの設定
Claude デスクトップ メニューから、 Claude > 設定をクリックします。
ポップアップが表示されたら、左側のメニューから**「開発」**を選択し、 **「設定の編集」**ボタンをクリックします。
設定ファイルを含むフォルダが開きます。この設定ファイルの名前は次のとおりです。
claude_desktop_config.json
設定ファイル(Python バージョン)に次の内容を追加します。
Pythonバージョン
"nova-canvas": { "command": "uv", "args": [ "--directory", "Path to clone folder", "run", "server.py" ], "env": { "AWS_PROFILE": "YOUR_AWS_PROFILE" } }✅ AWS_PROFILE のみが必須です。AWS_ACCESS_KEY_ID、AWS_SECRET_ACCESS_KEY、AWS_REGION、PORT などのその他の変数はオプションであり、AWS プロファイルが正しく設定されている場合は必要ありません。
⚙️セットアップが正常に完了すると、 Claude > 設定 > 開発タブに「nova-canvas」項目が追加されていることがわかります。⚠️重要: MCP設定はClaudeデスクトップアプリでのみ機能し、Claudeウェブブラウザバージョンでは機能しません。
画像の保存場所
デフォルトでは、生成または編集されたすべての画像は次のディレクトリに保存されます。
macOS / Linux :
~/Desktop/aws-nova-canvasWindows :
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
- Asecurity-licenseAqualityProvides access to Amazon Bedrock's Nova Canvas model for AI image generation.Last updated -1221MIT License
 AWS Nova Canvasofficial
Asecurity-licenseAqualityProvides image generation capabilities using Amazon Nova Canvas through Amazon Bedrock, enabling the creation of visuals from text prompts and color palettes—perfect for mockups, diagrams, and UI design concepts.Last updated -26,914Apache 2.0- -security-license-qualityAn MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.Last updated -75MIT License
 Recraft AI MCP Serverofficial
Asecurity-licenseAqualityAn MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.Last updated -94335MIT License