Aws Nova Canvas MCP MCP Server

MCP server for generating and editing images using AWS Bedrock’s Nova Canvas model

Local serverstdioPython

What is the Aws Nova Canvas MCP MCP server?

MCP server for generating and editing images using AWS Bedrock’s Nova Canvas model. Exposed over MCP by the aws nova canvas mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

An MCP server that allows you to generate and edit images using the Nova Canvas model of Amazon Bedrock.

  • Text to Image
  • Image Inpainting
  • Image Outpainting
  • Image Variation
  • Image Conditioning
  • Color Guided Generation

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration

You will need 3 environment variables: AWS_PROFILE, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the aws nova canvas mcp mcp server does with a few real requests.

When to reach for it

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by yunwoong7; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Configuration

VariableDescriptionRequired
AWS_PROFILEConfiguration value read at startup.Optional
AWS_ACCESS_KEY_IDCredential the server authenticates with.Yes
AWS_SECRET_ACCESS_KEYCredential the server authenticates with.Yes

Frequently asked questions

Add a `nova-canvas` entry to your `claude_desktop_config.json` with `"command": "uvx"` and `"args": ["aws-nova-canvas-mcp"]`, and set the `AWS_PROFILE` environment variable. Only `AWS_PROFILE` is required; other AWS variables are optional.