imgenx
Verified Safeby NewToolAI
Overview
AI image and video generation and processing, functioning as a command-line tool or MCP server.
Installation
imgenx server --transport streamable-http --host 0.0.0.0 --port 8000Environment Variables
- IMGENX_IMAGE_TO_IMAGE
- IMGENX_TEXT_TO_IMAGE
- IMGENX_IMAGE_TO_VIDEO
- IMGENX_TEXT_TO_VIDEO
- IMGENX_INSPECT_IMAGE
- IMGENX_DOUBAO_API_KEY
- IMGENX_ALIYUN_API_KEY
Security Notes
API keys are handled via environment variables or HTTP headers, which is good practice. Network requests for external AI services and image/video downloads are performed, which inherently involves data transmission over the network. Input validation is present for some image operations but could be more robust. No 'eval' or obvious malicious patterns found.
Similar Servers
comfyui-mcp-server
The server enables AI agents to generate and iteratively refine images, audio, and video using a local ComfyUI instance through the Model Context Protocol (MCP).
luma-mcp
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
mcp-game-asset-gen
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
image-gen-mcp-server
This repository functions as a landing page and documentation for an AI image generation plugin that unifies multiple AI image providers through a single interface for Claude Code users.