zxkane_mcp-server-amazon-bedrock
0
The project is a Model Control Protocol (MCP) server designed to integrate with Amazon Bedrock's Nova Canvas model for generating AI-based images from text descriptions. It offers advanced features such as negative prompts for image refinement and flexible configuration options for output control.
Overview
- A Model Control Protocol (MCP) server integrating with Amazon Bedrock's Nova Canvas for AI image generation.
Features
- High-quality image generation from text descriptions
- Advanced negative prompts for refining image composition
- Configurable image dimensions and quality
- Deterministic generation with seed control
- Robust input validation and error handling
Prerequisites
- Active AWS account with Amazon Bedrock access
- Configured AWS credentials
- Node.js version 18+
Available Tools
generate_image
- Creates images from text using Nova Canvas model
- Supports various parameters like
prompt
,width
,quality
,seed
, etc.