69
/ 100
7 days ago
glama

Image-This-MCP

A production-ready MCP server that provides AI-powered image generation through multiple providers including Gemini and Jimeng AI with intelligent provider selection.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
9 tools verified — handlers match their declared behaviour
8 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 14 credentials: ARK_API_KEY, JIMENG45_API_KEY, JIMENG45_SUPERBED_TOKEN, SUPERBED_TOKEN, VOLCES_ARK_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, JIMENG_ACCESS_KEY, JIMENG_SECRET_KEY, MCP_AUTH_TOKEN, LAS_API_KEY, MINIO_ACCESS_KEY, MINIO_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretARK_API_KEYexport ="your-legacy-ark-key"
🔐 secretJIMENG45_API_KEYexport ="your-las-image-api-key"
configJIMENG45_BASE_URL
configJIMENG45_MODEL
configJIMENG45_SIZE
🔐 secretJIMENG45_SUPERBED_TOKEN
configJIMENG45_TIMEOUT_MS
configJIMENG45_WATERMARK
configOPENCLAW_CONFIG_PATH
configOPENCLAW_WORKSPACE
🔐 secretSUPERBED_TOKEN
🔐 secretVOLCES_ARK_API_KEY
configNANOBANANA_ENV_PATH
configDOTENV_PATH
configNANOBANANA_AUTH_METHODNano Banana supports two authentication methods via :
🔐 secretGEMINI_API_KEY1. API Key (api_key): Uses . Best for local development and simple deployments.
🔐 secretGOOGLE_API_KEY
configGCP_PROJECT_IDyour-project-id
configGOOGLE_CLOUD_PROJECT
configGCP_REGIONus-central1 (default)
configGOOGLE_CLOUD_LOCATION
configGEMINI_API_BASE_URLexport ="https://your-banana-api-endpoint.com/v1"
configBANANA_API_BASE_URLexport ="https://your-banana-api-endpoint.com/v1"
configIMAGE_PROVIDERChoose your default image generation provider via environment variable:
🔐 secretOPENAI_API_KEYexport ="your-openai-compatible-key"
configGPT
🔐 secretJIMENG_ACCESS_KEYexport =your_access_key_here
🔐 secretJIMENG_SECRET_KEYexport =your_secret_key_here
configIMAGE_OUTPUT_DIR/path/to/image/directory # Default: ~/image-this
configFASTMCP_TRANSPORTexport =http
configFASTMCP_HOSTexport =0.0.0.0
configFASTMCP_PORTexport =34128
configFASTMCP_MASK_ERRORS
🔐 secretMCP_AUTH_TOKENexport ="replace-with-a-random-token"
configMCP_AUTH_HEADERexport =Authorization
configMAX_CONCURRENT_REQUESTS
configGEMINI_MAX_CONCURRENT_REQUESTS
configOPENAI_MAX_CONCURRENT_REQUESTS
configQUEUE_WAIT_TIMEOUT_SECONDS
configNANOBANANA_MODELpro # Options: flash, pro, auto (default: pro)
configNANOBANANA_MODEL_ID
configJIMENG_TIMEOUT
🔐 secretLAS_API_KEYexport ="your-las-image-api-key"
configJIMENG45_RESPONSE_FORMAT
configJIMENG45_TIMEOUT
configJIMENG45_MAX_RETRIES
configJIMENG45_RETRY_DELAY
configJIMENG45_SEQUENTIAL
configOPENAI_BASE_URLexport ="https://your-openai-compatible-endpoint/v1"
configGPTBASEURL
configOPENAI_MODELexport ="gpt-image-2"
configOPENAI_SIZE
configOPENAI_QUALITY
configOPENAI_STYLE
configOPENAI_RESOLUTION
configOPENAI_TIMEOUT
configOPENAI_MAX_RETRIES
configOPENAI_RETRY_DELAY
configOPENAI_POLL_INTERVAL
configOPENAI_MAX_POLL_SECONDS
configOPENAI_USER_AGENT
configMINIO_ENDPOINTexport ="127.0.0.1:9000"
configMINIO_PUBLIC_BASE_URLexport ="http://your-server:9000"
🔐 secretMINIO_ACCESS_KEYexport ="your-minio-access-key"
🔐 secretMINIO_SECRET_KEYexport ="your-minio-secret-key"
configMINIO_BUCKETexport ="image-this"
configMINIO_SECUREexport =false
configMINIO_REGION
configMINIO_KEY_PREFIX
configMINIO_PRESIGN_EXPIRY_SECONDS
configLOG_LEVELINFO # DEBUG, INFO, WARNING, ERROR
configLOG_FORMATstandard # standard, json, detailed
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/galaxyxieyu-image-this-mcp-46hv25)](https://m8ven.ai/mcp/galaxyxieyu-image-this-mcp-46hv25)
commit: e2ec475b1ca268e0c690132e1c6f8a325d4433a1
code hash: 1862f7140d2692f4276598e63adb7cec14750574ba5f609eba1b1ce3f3d9792f
verified: 6/21/2026, 10:40:49 AM
view raw JSON →