Amazon Bedrock

v1.0.0Cloud Servicesstable

Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images

amazon-bedrockamazon-novaclaudemodel-context-protocol
Share:
24
Stars
0
Downloads
0
Weekly
0/5

What is Amazon Bedrock?

Amazon Bedrock is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context procotol(mcp) server for using amazon bedrock nova canvas to generate images

Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Model Context Procotol(MCP) server for using Amazon Bedrock

Use Cases

Generate images using Amazon Bedrock Nova Canvas model.
Integrate AWS image generation with Claude workflows.
zxkane

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedApr 6, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx amazon-bedrock-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Amazon Bedrock

Amazon Bedrock MCP Server is a Node.js MCP integration that exposes Amazon Bedrock's Nova Canvas image generation model as an MCP tool, enabling AI agents such as Claude to generate images on demand through natural-language prompts. It handles AWS authentication through standard credential chains (environment variables, shared credentials file, or IAM roles) and provides a single generate_image tool with full control over image dimensions, quality, guidance scale, seed, and negative prompts. This server is ideal for workflows that need programmatic image generation embedded directly in AI assistant conversations.

Prerequisites

  • Node.js 18+ and npm installed
  • An AWS account with Amazon Bedrock access enabled in your target region
  • AWS IAM permissions for bedrock:InvokeModel on the Nova Canvas model (amazon.nova-canvas-v1:0)
  • AWS credentials configured via environment variables, ~/.aws/credentials, or an IAM role
  • An MCP-compatible client such as Claude Desktop
1

Install the package via npx (recommended)

Use npx to run the server without a global install. This is the recommended approach for Claude Desktop integration.

npx -y @zxkane/mcp-server-amazon-bedrock
2

Configure AWS credentials

Set up your AWS credentials using environment variables or the AWS credentials file. The server defaults to the us-east-1 region if AWS_REGION is not set.

export AWS_ACCESS_KEY_ID=your-access-key-id
export AWS_SECRET_ACCESS_KEY=your-secret-access-key
export AWS_REGION=us-east-1
3

Enable Nova Canvas in Amazon Bedrock

Log into the AWS Console, navigate to Amazon Bedrock > Model access, and request access to the Amazon Nova Canvas model in your chosen region.

4

Configure your MCP client

Add the server to your Claude Desktop configuration with your AWS credentials as environment variables.

5

Generate your first image

Once connected, ask Claude to generate an image. The generate_image tool accepts a prompt, optional negativePrompt, width, height (default 1024px), quality (standard or premium), cfg_scale (1.1–10, default 6.5), seed, and numberOfImages.

Amazon Bedrock Examples

Client configuration

Add the Amazon Bedrock MCP server to Claude Desktop using npx, with AWS credentials passed as environment variables.

{
  "mcpServers": {
    "amazon-bedrock": {
      "command": "npx",
      "args": ["-y", "@zxkane/mcp-server-amazon-bedrock"],
      "env": {
        "AWS_ACCESS_KEY_ID": "your-access-key-id",
        "AWS_SECRET_ACCESS_KEY": "your-secret-access-key",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

Prompts to try

Use natural language to generate images through Amazon Bedrock Nova Canvas.

- "Generate an image of a futuristic city skyline at sunset."
- "Create a photorealistic image of a golden retriever in a field of sunflowers, premium quality."
- "Generate a 512x512 image of a serene mountain lake at dawn."
- "Make an image of a coffee cup on a wooden desk, no people, no text in the background."
- "Generate 3 variations of a minimalist logo concept for a tech startup."

Troubleshooting Amazon Bedrock

AccessDeniedException when calling InvokeModel

Your IAM user or role does not have permission to invoke the Nova Canvas model. Attach an IAM policy allowing 'bedrock:InvokeModel' on 'arn:aws:bedrock:*::foundation-model/amazon.nova-canvas-v1:0', and confirm model access is enabled in the Bedrock console for your region.

Model not available in selected region

Amazon Nova Canvas availability varies by region. Set AWS_REGION to us-east-1 (N. Virginia) which has the broadest Bedrock model availability, or check the Bedrock documentation for supported regions.

Generated images are not returned or the tool call hangs

Nova Canvas image generation can take 10–30 seconds for high-quality requests. Ensure your MCP client does not have a short tool-call timeout configured. Check that numberOfImages is set to 1 for fastest response during debugging.

Frequently Asked Questions about Amazon Bedrock

What is Amazon Bedrock?

Amazon Bedrock is a Model Context Protocol (MCP) server that model context procotol(mcp) server for using amazon bedrock nova canvas to generate images It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Amazon Bedrock?

Follow the installation instructions on the Amazon Bedrock GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Amazon Bedrock?

Amazon Bedrock works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Amazon Bedrock free to use?

Yes, Amazon Bedrock is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Amazon Bedrock?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides