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
yt-dlp-mcp
This MCP server enables AI agents to interact with video platforms by providing tools for searching, extracting metadata, downloading content (video/audio), and generating transcripts/subtitles using the yt-dlp utility.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
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.
luma-mcp
Provides visual understanding capabilities to AI assistants that do not natively support image analysis, supporting multiple vision models.