Aws Nova Canvas Mcp
@yunwoong7
关于 Aws Nova Canvas Mcp
MCP server for generating and editing images using AWS Bedrock’s Nova Canvas model
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nova-canvas": {
"command": "uvx",
"args": [
"aws-nova-canvas-mcp"
],
"env": {
"AWS_PROFILE": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Aws Nova Canvas Mcp?
Aws Nova Canvas Mcp is an MCP (Model Context Protocol) server that allows you to generate and edit images using the Nova Canvas model of Amazon Bedrock. It is designed for users who want to integrate image generation and editing capabilities into AI assistant workflows.
How to use Aws Nova Canvas Mcp?
Install via uvx aws-nova-canvas-mcp. Configure Claude Desktop by adding a nova-canvas entry in claude_desktop_config.json with the AWS_PROFILE environment variable. Generated or edited images are saved to ~/Desktop/aws-nova-canvas (macOS/Linux) or C:\Users\YourUsername\Desktop\aws-nova-canvas (Windows).
Key features of Aws Nova Canvas Mcp
- Text to Image generation
- Image Inpainting and Outpainting
- Image Variation (requires 1–5 reference images)
- Image Conditioning and Color Guided Generation
- Background Removal
- Display of image thumbnails
Use cases of Aws Nova Canvas Mcp
- Generating images from text descriptions within a chat interface.
- Editing photos by removing or replacing objects (inpainting).
- Expanding images beyond their original boundaries (outpainting).
- Creating color-constrained variations for design mockups.
FAQ from Aws Nova Canvas Mcp
How do I install Aws Nova Canvas Mcp for Claude Desktop?
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.
What are the limitations of Aws Nova Canvas Mcp?
Prompt text supports up to 1024 characters. Image generation allows up to 3 images at a time. Image variation requires 1–5 reference images. Color guide supports 1–10 color codes.
Where are generated images saved?
By default, images are saved to ~/Desktop/aws-nova-canvas on macOS/Linux and C:\Users\YourUsername\Desktop\aws-nova-canvas on Windows. The folder is automatically created if it does not exist.
Does Aws Nova Canvas Mcp require an internet connection?
Yes, it connects to Amazon Bedrock services. You must have an AWS account with appropriate credentials and the Nova Canvas model enabled in your region.
Which transport does Aws Nova Canvas Mcp use?
The server uses standard MCP over stdio transport. It is designed for use with MCP clients like Claude Desktop.
云与基础设施 分类下的更多 MCP 服务器
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
评论