Back to Home
kalleeh icon

bedrock-image-mcp-server

Verified Safe

by kalleeh

Overview

Generate and edit images using Amazon Bedrock models like Nova Canvas, Stable Diffusion 3.5 Large, and various Stability AI services through a Model Context Protocol (MCP) server.

Installation

Run Command
uvx bedrock-image-mcp-server@latest

Environment Variables

  • AWS_PROFILE
  • AWS_REGION
  • FASTMCP_LOG_LEVEL
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN

Security Notes

The server uses `boto3` for AWS API interactions, which handles authentication securely via AWS profiles or environment variables. Image processing and mask creation are done using the `Pillow` library, and base64 encoding/decoding is standard. File system operations for saving/reading images (e.g., `os.makedirs`, `os.path.exists`) are constrained within a `workspace_dir` provided by the MCP client, mitigating broad file system risks. No direct `eval` or other highly dangerous patterns were observed. The primary security consideration relies on the trustworthiness of the MCP client to provide safe `workspace_dir` and input file paths.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-11

Tags

AWS BedrockImage GenerationAIImage EditingMCP Server