AWS Nova Canvas MCP Server
MCP 服务器允许您使用 Amazon Bedrock 的 Nova Canvas 模型生成和编辑图像。
特征
文本转图像
图像修复
图像修复
图像变化
图像调节
色彩引导生成
背景去除
显示图像缩略图
Related MCP server: Nano-Banana MCP Server
安装
Claude 桌面设置
克隆存储库
git clone https://github.com/yunwoong/aws-nova-canvas-mcp.git配置 Claude 桌面
从 Claude 桌面菜单中单击Claude > 设置。
弹出窗口时,从左侧菜单中选择开发人员,然后单击编辑设置按钮。
这将打开一个包含设置文件的文件夹。此设置文件的名称为:
claude_desktop_config.json
在设置文件(Python版本)中添加以下内容:
python 版本
"nova-canvas": { "command": "uv", "args": [ "--directory", "Path to clone folder", "run", "server.py" ], "env": { "AWS_PROFILE": "YOUR_AWS_PROFILE" } }✅ 仅 AWS_PROFILE 是必需的。其他变量(例如 AWS_ACCESS_KEY_ID、AWS_SECRET_ACCESS_KEY、AWS_REGION 和 PORT)是可选的,如果您的 AWS 配置文件设置正确,则无需指定。
⚙️ 如果设置成功完成,您可以在Claude > 设置 > 开发者选项卡中看到“nova-canvas”项目已添加。 ⚠️重要提示: MCP 设置仅适用于Claude 桌面应用程序,不适用于 Claude 网页浏览器版本
图像保存位置
默认情况下,所有生成或编辑的图像将保存在以下目录中:
macOS / Linux :
~/Desktop/aws-nova-canvasWindows :
C:\Users\YourUsername\Desktop\aws-nova-canvas
📁 如果没有指定图像保存路径,应用程序将自动创建并使用上面的文件夹。
使用示例
限制
提示文字最多支持1024个字符
图像生成允许一次最多生成 3 张图像
图像变化需要 1-5 张参考图像
颜色指南支持 1-10 种颜色代码
执照
MIT 许可证
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.5484MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. It allows users to create new images from text, modify existing files, and perform iterative edits through natural language prompts.6543MIT
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.41MIT
- AlicenseBqualityDmaintenanceAn MCP server that gives AI agents the ability to generate, edit, and manipulate images using Stability AI models on AWS Bedrock.10MIT
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
MCP server for ByteDance Seedream AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunwoong7/aws-nova-canvas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server