AWS Nova Canvas

Official
by awslabs

Amazon Nova Canvas MCP 服务器

使用 Amazon Nova Canvas 生成图像的 MCP 服务器

特征

基于文本的图像生成

  • 使用generate_image根据文本提示创建图像
  • 可自定义尺寸(320-4096px)、质量选项和负面提示
  • 支持在单个请求中生成多个图像(1-5)
  • 可调整参数,如 cfg_scale (1.1-10.0) 和种子生成

色彩引导图像生成

  • 使用generate_image_with_colors生成具有特定调色板的图像
  • 定义最多 10 个十六进制颜色值来影响图像风格和氛围
  • 与基于文本的生成相同的自定义选项

工作区集成

  • 图像保存到用户指定的工作区目录并自动创建文件夹

AWS 身份验证

  • 使用 AWS 配置文件安全访问 Amazon Nova Canvas 服务

先决条件

  1. AstralGitHub README安装uv
  2. 使用uv python install 3.10安装 Python
  3. 设置可访问 Amazon Bedrock 和 Nova Canvas 的 AWS 凭证
    • 您需要一个启用了 Amazon Bedrock 和 Amazon Nova Canvas 的 AWS 账户
    • 使用aws configure或环境变量配置 AWS 凭证
    • 确保您的 IAM 角色/用户有权使用 Amazon Bedrock 和 Nova Canvas

安装

您可以通过以下方式在 AWS 上使用 MCP,我们将很快添加对更多产品的支持,包括 Amazon Q Developer CLI:(例如,对于 Amazon Q Developer CLI MCP, ~/.aws/amazonq/mcp.json ):

{ "mcpServers": { "awslabs.nova-canvas-mcp-server": { "command": "uvx", "args": ["awslabs.nova-canvas-mcp-server@latest"], "env": { "AWS_PROFILE": "your-aws-profile", "AWS_REGION": "us-east-1", "FASTMCP_LOG_LEVEL": "ERROR" }, "disabled": false, "autoApprove": [] } } }

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Amazon Nova Canvas MCP Server:

npx -y @smithery/cli install @awslabs/nova-canvas-mcp-server --client claude

AWS 身份验证

MCP 服务器使用AWS_PROFILE环境变量中指定的 AWS 配置文件。如果未指定,则默认使用 AWS 配置文件中的“default”配置文件。

"env": { "AWS_PROFILE": "your-aws-profile", "AWS_REGION": "us-east-1" }

确保 AWS 配置文件有权访问 Amazon Bedrock 和 Amazon Nova Canvas。MCP 服务器使用指定的配置文件创建 boto3 会话,以便向 AWS 服务进行身份验证。您的 AWS IAM 凭证保留在本地计算机上,并严格用于使用 Amazon Bedrock 模型 API。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

通过 Amazon Bedrock 使用 Amazon Nova Canvas 提供图像生成功能,支持通过文本提示和调色板创建视觉效果 - 非常适合模型、图表和 UI 设计概念。

  1. Features
    1. Text-based image generation
    2. Color-guided image generation
    3. Workspace integration
    4. AWS authentication
  2. Prerequisites
    1. Installation
      1. Installing via Smithery
      2. AWS Authentication

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Provides access to Amazon Bedrock's Nova Canvas model for AI image generation.
      Last updated -
      1
      8
      16
      JavaScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.
      Last updated -
      2
      Python
      • Linux
      • Apple
    • A
      security
      F
      license
      A
      quality
      An integration that allows Cursor AI to generate images through the Draw Things API using natural language prompts.
      Last updated -
      1
      56
      3
      JavaScript
    • -
      security
      A
      license
      -
      quality
      Provides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.
      Last updated -
      1
      JavaScript
      MIT License

    View all related MCP servers

    ID: 2qkrieulnk