Skip to main content
Glama

AWS Nova Canvas MCP Server

by yunwoong7

Amazon Bedrock の Nova Canvas モデルを使用して画像を生成および編集できる MCP サーバー。

特徴

  • テキストから画像へ
  • 画像の修復
  • イメージアウトペインティング
  • 画像のバリエーション
  • イメージ調整
  • カラーガイド生成
  • 背景除去
  • 画像のサムネイルを表示

インストール

クロードデスクトップセットアップ

  1. リポジトリをクローンする
git clone https://github.com/yunwoong/aws-nova-canvas-mcp.git
  1. Claudeデスクトップの設定
    • Claude デスクトップ メニューから、 Claude > 設定をクリックします。
    • ポップアップが表示されたら、左側のメニューから**「開発」**を選択し、 **「設定の編集」**ボタンをクリックします。
    • 設定ファイルを含むフォルダが開きます。この設定ファイルの名前は次のとおりです。
    • claude_desktop_config.json
  2. 設定ファイル(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-canvas
  • Windows : C:\Users\YourUsername\Desktop\aws-nova-canvas

📁 画像の保存パスが指定されていない場合、アプリケーションは上記のフォルダーを自動的に作成して使用します。

使用例

制限事項

  • プロンプトテキストは最大1024文字までサポートされます
  • 画像生成では一度に最大3枚の画像が生成可能
  • 画像のバリエーションには1~5枚の参照画像が必要です
  • カラーガイドは1~10のカラーコードをサポートします

ライセンス

MITライセンス

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Amazon Bedrock の Nova Canvas モデルを使用して画像を生成および編集できる MCP サーバー。テキストから画像への生成、インペインティング、アウトペインティング、画像バリエーション、背景の削除などの機能をサポートしています。

  1. インストール
    1. クロードデスクトップセットアップ
  2. 画像の保存場所
    1. 使用例
      1. 制限事項
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An 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 -
            1
            5
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            Provides access to Amazon Bedrock's Nova Canvas model for AI image generation.
            Last updated -
            1
            14
            20
            JavaScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            An 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 -
            13
            35
            55
            TypeScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            An 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 -
            3
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunwoong7/aws-nova-canvas-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server