MCPServers
A

AWS Bedrock Nova Canvas

21
0

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).

Last Updated: July 7, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags