Servers
Aws Nova Canvas Mcp
@yunwoong7
MCP server for generating and editing images using AWS Bedrock’s Nova Canvas model
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nova-canvas": {
"command": "uvx",
"args": [
"aws-nova-canvas-mcp"
],
"env": {
"AWS_PROFILE": ""
}
}
}
}