Amazon Bedrock Nova Canvas
by Various
Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images
MCP
Amazon Bedrock Nova Canvas
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that provides an interface to Amazon Bedrock Nova Canvas for image generation. It allows developers to integrate image generation into their applications by connecting to Amazon Bedrock's Nova Canvas model. The server is built with JavaScript and is open-source.
Best for
Best for
JavaScript developers who want to add image generation to their projects using Amazon Bedrock
Use cases
- Generate images from text prompts in developer applications
- Integrate image generation into automated workflows and pipelines
- Build applications that require on-demand image creation via Amazon Bedrock
How to use
Install
npm install -g @zxkane/mcp-server-amazon-bedrock Tools exposed
generate_image
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "amazon-bedrock": {\n "command": "npx",\n "args": [\n "-y",\n "@zxkane/mcp-server-amazon-bedrock"\n ],\n "env": {\n "AWS_PROFILE": "your_profile_name",\n "AWS_ACCESS_KEY_ID": "your_access_key",\n "AWS_SECRET_ACCESS_KEY": "your_secret_key",\n "AWS_REGION": "us-east-1"\n }\n }\n }\n} Notes
A Model Context Protocol (MCP) server that provides an interface to Amazon Bedrock Nova Canvas for image generation. It allows developers to integrate image generation into their applications by connecting to Amazon Bedrock’s Nova Canvas model. The server is built with JavaScript and is open-source.
24 stars on GitHub. Last updated 2025-05-04. Licensed MIT.
Use cases
- Generate images from text prompts in developer applications
- Integrate image generation into automated workflows and pipelines
- Build applications that require on-demand image creation via Amazon Bedrock
Pros
- Simple integration through the MCP protocol
- Leverages Amazon Bedrock’s scalable and managed infrastructure
- Open-source JavaScript implementation
Cons
- Requires AWS credentials and Bedrock access
- Limited to the capabilities of Nova Canvas model
- Small community with few stars and contributors
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple integration through the MCP protocol
- Leverages Amazon Bedrock's scalable and managed infrastructure
- Open-source JavaScript implementation
Cons
- Requires AWS credentials and Bedrock access
- Limited to the capabilities of Nova Canvas model
- Small community with few stars and contributors
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.