About Amazon Nova Canvas MCP Server
The Amazon Nova Canvas MCP Server is a utility server that integrates Amazon's Nova Canvas image generation capabilities with AI assistants through the Model Context Protocol (MCP). This integration enables AI models to generate images based on text prompts and color palettes, facilitating creative and design tasks. Key features include:
- Text-Based Image Generation: Allows creation of images from descriptive text prompts with customizable dimensions (320-4096px), quality options, and negative prompting. Supports generating multiple images (1-5) in a single request with adjustable parameters like cfg_scale (1.1-10.0) and seeded generation for reproducibility.
- Color-Guided Image Generation: Enables generation of images influenced by specific color palettes using up to 10 hex color values to define the image's style and mood.
- Workspace Integration: Facilitates saving of generated images to user-specified workspace directories with automatic folder creation.
- AWS Authentication: Utilizes AWS profiles for secure access to Amazon Nova Canvas services, ensuring that AWS credentials remain on the local machine and are used strictly for accessing the Amazon Bedrock model APIs.
Designed for both self-hosted and cloud-deployed operations, the server requires Python and the uv package manager for execution. It is actively maintained as an open-source project.