mcp-servers
Verified Safeby creativeprofit22
Overview
Generate and edit images using KIE.ai Seedream v4, with optional image management and storage via Cloudinary.
Installation
cd kie-seedream && python src/server.pyEnvironment Variables
- KIE_API_KEY
Security Notes
The server loads sensitive API keys from environment variables, which is a good security practice. It utilizes standard Python libraries and httpx for network requests and file operations, avoiding direct shell commands or known dangerous functions like 'eval'. Image saving is directed to a configurable local directory. The Cloudinary client correctly uses provided credentials. Overall, the code is well-structured and demonstrates reasonable security considerations for its functionality.
Similar Servers
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
mcp-game-asset-gen
A Model Context Protocol (MCP) server for generating various types of game assets including images, videos, audio, and 3D models using multiple AI providers.
mcp-servers
Provides Model Context Protocol (MCP) servers to integrate Cloudinary's media management platform with Large Language Models (LLMs) for natural language asset management, transformation, analysis, and organization.