AWS Bedrock Nova Canvas
Summary
This Amazon Bedrock MCP server, developed by an unnamed author, provides a standardized interface for leveraging Amazon's Nova Canvas model for AI image generation. Built with TypeScript and utilizing the AWS SDK, it offers tools for creating images from text descriptions with features like negative prompts, configurable dimensions, and seed control. The server implements comprehensive input validation, error handling, and AWS credential management. By abstracting the complexities of the Bedrock API, it enables AI systems to easily generate images based on textual input. This implementation is particularly valuable for applications requiring programmatic image creation, facilitating use cases such as content illustration, visual concept exploration, and dynamic image generation for various platforms.
Available Actions(1)
generate_image
Creates images from text descriptions using Amazon Bedrock's Nova Canvas model. Parameters: prompt (required, string), negativePrompt (optional, string), width (optional, number), height (optional, number), quality (optional, string), cfg_scale (optional, number), seed (optional, number), numberOfImages (optional, number).
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation