Skip to main content
Other Tools and IntegrationsTypeScript

Amazon Bedrock Nova Canvas

Use Amazon Nova Canvas model for image generation.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zxkane/mcp-server-amazon-bedrock

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-amazon-bedrock": {
      "command": "npx",
      "args": [
        "-y",
        "Amazon Bedrock Nova Canvas"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
zxkane