MCP 服务器允许您使用 Amazon Bedrock 的 Nova Canvas 模型生成和编辑图像。
特征
文本转图像
图像修复
图像修复
图像变化
图像调节
色彩引导生成
背景去除
显示图像缩略图
安装
Claude 桌面设置
克隆存储库
配置 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 许可证
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
MCP 服务器允许您使用 Amazon Bedrock 的 Nova Canvas 模型生成和编辑图像,支持文本到图像生成、修复、去除修复、图像变化和背景去除等功能。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityProvides access to Amazon Bedrock's Nova Canvas model for AI image generation.Last updated -1221MIT License
AWS Nova Canvasofficial
Asecurity-licenseAqualityProvides image generation capabilities using Amazon Nova Canvas through Amazon Bedrock, enabling the creation of visuals from text prompts and color palettes—perfect for mockups, diagrams, and UI design concepts.Last updated -27,366Apache 2.0- -security-license-qualityAn MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.Last updated -75MIT License
Recraft AI MCP Serverofficial
Asecurity-licenseAqualityAn MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.Last updated -94335MIT License