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 服务器
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
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.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
评论