MCP server for generating images from text using Amazon Bedrock's Nova Canvas model.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent â or use 1-click editor setup below.
The install command below started, but didn't respond the way we expected when we tried to talk to it.
npx -y @zxkane/mcp-server-amazon-bedrockinitialize succeeded but no response to tools/list.
This is an experimental automated check and can have false negatives â missing environment variables, a slow cold install, etc. It doesnât necessarily mean somethingâs wrong. Last checked 1mo ago.
đĄ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Amazon Bedrock Nova Canvas.
A Model Control Protocol (MCP) server that integrates with Amazon Bedrock's Nova Canvas model for AI image generation.
The server requires AWS credentials with appropriate Amazon Bedrock permissions. Configure these using one of the following methods:
Environment variables:
AWS credentials file (~/.aws/credentials):
Environment variable for active profile:
IAM role (when deployed on AWS infrastructure)
To integrate with Claude Desktop, add the following configuration to your settings file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
Creates images from text descriptions using Amazon Bedrock's Nova Canvas model.
prompt (required): Descriptive text for the desired image (1-1024 characters)negativePrompt (optional): Elements to exclude from the image (1-1024 characters)width (optional): Image width in pixels (default: 1024)height (optional): Image height in pixels (default: 1024)quality (optional): Image quality level - "standard" or "premium" (default: "standard")cfg_scale (optional): Prompt adherence strength (1.1-10, default: 6.5)seed (optional): Generation seed for reproducibility (0-858993459, default: 12)numberOfImages (optional): Batch size for generation (1-5, default: 1)For optimal results, avoid negative phrasing ("no", "not", "without") in the main prompt. Instead, move these elements to the negativePrompt parameter. For example, rather than using "a landscape without buildings" in the prompt, use "buildings" in the negativePrompt.
For detailed usage guidelines, refer to the Nova Canvas documentation.
To set up and run the server in a local environment:
Generation time is influenced by resolution (width and height), numberOfImages, and quality settings. When using higher values, be mindful of potential timeout implications in your implementation.
This project is licensed under the MIT License - see the LICENSE file for details.
Factual signals from GitHub, npm, and our automated checks â not a rating.
No reviews yet â be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/amazon-bedrock-nova-canvas)<a href="https://allmcps.com/mcp/amazon-bedrock-nova-canvas"><img src="https://allmcps.com/api/badge/amazon-bedrock-nova-canvas?style=directory" alt="Amazon Bedrock Nova Canvas on AllMCPs" /></a>