Amazon Bedrock MCP 서버
AI 이미지 생성을 위한 Amazon Bedrock의 Nova Canvas 모델과 통합되는 모델 제어 프로토콜(MCP) 서버입니다.
특징
- Amazon의 Nova Canvas 모델을 사용하여 텍스트 설명에서 고품질 이미지 생성
- 부정적인 프롬프트를 통한 고급 제어로 이미지 구성을 개선합니다.
- 이미지 크기 및 품질에 대한 유연한 구성 옵션
- 시드 제어를 통한 결정론적 이미지 생성
- 강력한 입력 검증 및 오류 처리
필수 조건
- Amazon Bedrock 및 Nova Canvas 모델 액세스가 가능한 활성 AWS 계정
- 필요한 권한이 있는 AWS 자격 증명을 올바르게 구성했습니다.
- Node.js 버전 18 이상
설치
AWS 자격 증명 구성
서버에는 적절한 Amazon Bedrock 권한이 있는 AWS 자격 증명이 필요합니다. 다음 방법 중 하나를 사용하여 이를 구성하세요.
- 환경 변수:지엑스피1
- AWS 자격 증명 파일(
~/.aws/credentials
):활성 프로필에 대한 환경 변수: - IAM 역할(AWS 인프라에 배포된 경우)
Claude 데스크톱 통합
Claude Desktop과 통합하려면 설정 파일에 다음 구성을 추가하세요.
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
사용 가능한 도구
생성_이미지
Amazon Bedrock의 Nova Canvas 모델을 사용하여 텍스트 설명에서 이미지를 생성합니다.
매개변수
prompt
(필수): 원하는 이미지에 대한 설명 텍스트(1~1024자)negativePrompt
(선택 사항): 이미지에서 제외할 요소(1~1024자)width
(선택 사항): 픽셀 단위의 이미지 너비(기본값: 1024)height
(선택 사항): 픽셀 단위의 이미지 높이(기본값: 1024)quality
(선택 사항): 이미지 품질 수준 - "표준" 또는 "프리미엄"(기본값: "표준")cfg_scale
(선택 사항): 신속한 준수 강도(1.1-10, 기본값: 6.5)seed
(선택 사항): 재현성을 위한 생성 시드(0-858993459, 기본값: 12)numberOfImages
(선택 사항): 생성을 위한 배치 크기(1-5, 기본값: 1)
예제 구현
신속한 지침
최적의 결과를 얻으려면 기본 프롬프트에서 부정적인 표현("no", "not", "without")을 사용하지 마세요. 대신 이러한 요소를 negativePrompt
매개변수로 옮기세요. 예를 들어, 프롬프트에 "건물이 없는 풍경" 대신 negativePrompt
매개변수에 "건물"을 사용하세요.
자세한 사용 지침은 Nova Canvas 설명서 를 참조하세요.
개발
로컬 환경에서 서버를 설정하고 실행하려면:
성능 고려 사항
생성 시간은 해상도( width
와 height
), numberOfImages
, 그리고 quality
설정의 영향을 받습니다. 더 높은 값을 사용할 때는 구현 과정에서 발생할 수 있는 시간 초과 문제를 염두에 두세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
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.
Tools
AI 이미지 생성을 위한 Amazon Bedrock 의 Nova Canvas 모델에 대한 액세스를 제공합니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.Last updated -3Python
- -securityAlicense-qualityA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.Last updated -11PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that allows you to generate and edit images using Amazon Bedrock's Nova Canvas model, supporting features like text-to-image generation, inpainting, outpainting, image variation, and background removal.Last updated -84PythonMIT License
AWS Nova Canvasofficial
AsecurityAlicenseAqualityProvides 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 -24,972PythonApache 2.0