Skip to main content
Glama

AWS Nova Canvas MCP Server

by yunwoong7

Amazon Bedrock의 Nova Canvas 모델을 사용하여 이미지를 생성하고 편집할 수 있는 MCP 서버입니다.

특징

  • 텍스트를 이미지로
  • 이미지 인페인팅
  • 이미지 아웃페인팅
  • 이미지 변형
  • 이미지 컨디셔닝
  • 색상 가이드 생성
  • 배경 제거
  • 이미지 썸네일 표시

설치

클로드 데스크탑 설정

  1. 저장소를 복제합니다

지엑스피1

  1. Claude Desktop 구성
    • Claude 데스크톱 메뉴에서 Claude > 설정을 클릭합니다.
    • 팝업이 나타나면 왼쪽 메뉴에서 개발자를 선택하고 설정 편집 버튼을 클릭하세요.
    • 설정 파일이 있는 폴더가 열립니다. 이 설정 파일의 이름은 다음과 같습니다.
    • claude_desktop_config.json
  2. 설정 파일에 다음 내용을 추가합니다(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