AWS Nova Canvas MCP Server
The AWS Nova Canvas MCP Server leverages Amazon Bedrock's Nova Canvas model to generate and edit images with the following capabilities:
Text to Image: Generate images from text prompts with customization options
Image Inpainting: Edit specific parts of an image using text masks
Image Outpainting: Expand images beyond original boundaries
Image Variation: Create new versions while preserving core content
Image Conditioning: Generate images following a reference image's layout
Color Guided Generation: Create images based on specified color palettes
Background Removal: Automatically remove image backgrounds
Image Thumbnails: Create and display image thumbnails
Integrates with Amazon Bedrock's Nova Canvas model for AI image generation, enabling text-to-image generation, image inpainting, outpainting, variation, conditioning, color-guided generation, and background removal
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AWS Nova Canvas MCP Servergenerate an image of a futuristic city skyline at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
An MCP server that allows you to generate and edit images using the Nova Canvas model of Amazon Bedrock.
Features
Text to Image
Image Inpainting
Image Outpainting
Image Variation
Image Conditioning
Color Guided Generation
Background Removal
Show Image Thumbnails
Related MCP server: Nano-Banana MCP Server
Installation
Claude Desktop Setup
Configure Claude Desktop
Click on Claude > Settings from the Claude Desktop menu.
When the popup appears, select Developer from the left menu, and click the Edit Settings button.
This will open a folder containing the settings file. The name of this settings file is:
claude_desktop_config.json
Add the following content to the settings file (Python version):
python version
"nova-canvas": { "command": "uvx", "args": [ "aws-nova-canvas-mcp" ], "env": { "AWS_PROFILE": "YOUR_AWS_PROFILE" } }✅ Only AWS_PROFILE is required. Other variables like AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, and PORT are optional and not necessary if your AWS profile is set correctly.
⚙️ If the setup is completed successfully, you can see that the "nova-canvas" item has been added in Claude > Settings > Developer tab. ⚠️ Important: MCP settings only work on the Claude desktop app, not the Claude web browser version
Image Save Location
By default, all generated or edited images will be saved in the following directory:
macOS / Linux:
~/Desktop/aws-nova-canvasWindows:
C:\Users\YourUsername\Desktop\aws-nova-canvas
📁 If no image save path is specified, the application will automatically create and use the folder above.
Usage Example
Limitations
Prompt text supports up to 1024 characters
Image generation allows up to 3 images at a time
Image variation requires 1-5 reference images
Color guide supports 1-10 color codes
License
MIT License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.5484MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. It allows users to create new images from text, modify existing files, and perform iterative edits through natural language prompts.6924MIT
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.41MIT
- AlicenseBqualityDmaintenanceAn MCP server that gives AI agents the ability to generate, edit, and manipulate images using Stability AI models on AWS Bedrock.10MIT
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
MCP server for ByteDance Seedream AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunwoong7/aws-nova-canvas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server