mcp-game-asset-gen
Verified Safeby Flux159
Overview
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
Installation
npx mcp-game-asset-genEnvironment Variables
- OPENAI_API_KEY
- GEMINI_API_KEY
- FAL_AI_API_KEY
Security Notes
The server uses file system operations (read/write/delete) and 'curl' commands with 'outputPath' and 'inputImagePath' parameters directly from user input. Without explicit path sanitization (e.g., ensuring paths are confined to a specific output directory), a malicious client could potentially exploit path traversal vulnerabilities to write to or read from arbitrary file system locations. API keys are handled securely via environment variables. Temporary file management for large requests is robust with proper cleanup.
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).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
midi-mcp-server
An MCP server that enables AI models to generate MIDI files from text-based music data, allowing programmatic creation of musical compositions.
redBookMCP
This server provides a Model Context Protocol (MCP) interface for generating Xiaohongshu-style graphic content, including outlines and images, by orchestrating calls to external AI services.