aws nova canvas mcp
An MCP server that allows you to generate and edit images using Amazon Bedrock's Nova Canvas model, supporting features like text-to-image generation, inpainting, outpainting, image variation, and background removal.
An MCP server that allows you to generate and edit images using Amazon Bedrock's Nova Canvas model, supporting features like text-to-image generation, inpainting, outpainting, image variation, and background removal.
An MCP server that allows you to generate and edit images using the Nova Canvas model of Amazon Bedrock.
Clone the repository
git clone https://github.com/yunwoong/aws-nova-canvas-mcp.git
Configure Claude Desktop
claude_desktop_config.json
Add the following content to the settings file (Python version):
python version
"nova-canvas": {
"command": "uv",
"args": [
"--directory",
"Path to clone folder",
"run",
"server.py"
],
"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
By default, all generated or edited images will be saved in the following directory:
~/Desktop/aws-nova-canvas
C:UsersYourUsernameDesktopaws-nova-canvas
? If no image save path is specified, the application will automatically create and use the folder above.
MIT License