mcp-server-amazon-bedrock
Amazon Bedrock MCP Server is an MCP server that integrates with Amazon Bedrock to generate high-quality images from text descriptions using the Nova Canvas model. The server offers advanced control options like negative prompts and seed control for deterministic results.
What is required to use the Amazon Bedrock MCP Server?
You need an active AWS account with access to Amazon Bedrock and the Nova Canvas model, as well as Node.js version 18 or later.
How can I configure AWS credentials for the server?
AWS credentials can be configured using environment variables, an AWS credentials file, or an IAM role if deployed on AWS infrastructure.
What is the purpose of the 'negativePrompt' parameter?
The 'negativePrompt' parameter is used to specify elements that should be excluded from the generated image, allowing for more refined control over the image composition.
Can I control the quality of the generated images?
Yes, you can specify the image quality level as 'standard' or 'premium' using the 'quality' parameter.
Is it possible to generate multiple images at once?
Yes, you can generate multiple images by setting the 'numberOfImages' parameter, with a maximum batch size of 5.