MCP server for AI image generation via OpenAI, Stable Diffusion (SD WebUI), or placeholders.
MCP server for AI image generation via OpenAI, Stable Diffusion (SD WebUI), or placeholders.
This is a well-structured MCP server for image generation with proper authentication support, clean code organization, and appropriate permission scoping. The server supports multiple image generation providers (OpenAI, SD WebUI, placeholder) and includes optional bearer token and OIDC authentication. A few minor code quality observations exist, but no critical security vulnerabilities were identified. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: IMAGE_GENERATION_MCP_READ_ONLY
Environment variable: IMAGE_GENERATION_MCP_SCRATCH_DIR
Environment variable: IMAGE_GENERATION_MCP_DEFAULT_PROVIDER
Environment variable: IMAGE_GENERATION_MCP_OPENAI_API_KEY
Environment variable: IMAGE_GENERATION_MCP_SD_WEBUI_HOST
Environment variable: IMAGE_GENERATION_MCP_SD_WEBUI_MODEL
Environment variable: IMAGE_GENERATION_MCP_A1111_HOST
Environment variable: IMAGE_GENERATION_MCP_A1111_MODEL
Environment variable: FASTMCP_LOG_LEVEL
Environment variable: IMAGE_GENERATION_MCP_SERVER_NAME
Environment variable: IMAGE_GENERATION_MCP_INSTRUCTIONS
Environment variable: IMAGE_GENERATION_MCP_BEARER_TOKEN
Environment variable: IMAGE_GENERATION_MCP_AUTH_MODE
Environment variable: IMAGE_GENERATION_MCP_BASE_URL
Environment variable: IMAGE_GENERATION_MCP_OIDC_CONFIG_URL
Environment variable: IMAGE_GENERATION_MCP_OIDC_CLIENT_ID
Environment variable: IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET
Environment variable: IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY
Environment variable: IMAGE_GENERATION_MCP_OIDC_AUDIENCE
Environment variable: IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES
Environment variable: IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN
Environment variable: IMAGE_GENERATION_MCP_HTTP_PATH
Environment variable: IMAGE_GENERATION_MCP_EVENT_STORE_URL
Environment variable: PUID
Environment variable: PGID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pvliesdonk-image-generation-mcp": {
"env": {
"PGID": "your-pgid-here",
"PUID": "your-puid-here",
"FASTMCP_LOG_LEVEL": "your-fastmcp-log-level-here",
"IMAGE_GENERATION_MCP_BASE_URL": "your-image-generation-mcp-base-url-here",
"IMAGE_GENERATION_MCP_AUTH_MODE": "your-image-generation-mcp-auth-mode-here",
"IMAGE_GENERATION_MCP_HTTP_PATH": "your-image-generation-mcp-http-path-here",
"IMAGE_GENERATION_MCP_READ_ONLY": "your-image-generation-mcp-read-only-here",
"IMAGE_GENERATION_MCP_A1111_HOST": "your-image-generation-mcp-a1111-host-here",
"IMAGE_GENERATION_MCP_A1111_MODEL": "your-image-generation-mcp-a1111-model-here",
"IMAGE_GENERATION_MCP_SCRATCH_DIR": "your-image-generation-mcp-scratch-dir-here",
"IMAGE_GENERATION_MCP_SERVER_NAME": "your-image-generation-mcp-server-name-here",
"IMAGE_GENERATION_MCP_BEARER_TOKEN": "your-image-generation-mcp-bearer-token-here",
"IMAGE_GENERATION_MCP_INSTRUCTIONS": "your-image-generation-mcp-instructions-here",
"IMAGE_GENERATION_MCP_OIDC_AUDIENCE": "your-image-generation-mcp-oidc-audience-here",
"IMAGE_GENERATION_MCP_SD_WEBUI_HOST": "your-image-generation-mcp-sd-webui-host-here",
"IMAGE_GENERATION_MCP_OIDC_CLIENT_ID": "your-image-generation-mcp-oidc-client-id-here",
"IMAGE_GENERATION_MCP_OPENAI_API_KEY": "your-image-generation-mcp-openai-api-key-here",
"IMAGE_GENERATION_MCP_SD_WEBUI_MODEL": "your-image-generation-mcp-sd-webui-model-here",
"IMAGE_GENERATION_MCP_EVENT_STORE_URL": "your-image-generation-mcp-event-store-url-here",
"IMAGE_GENERATION_MCP_OIDC_CONFIG_URL": "your-image-generation-mcp-oidc-config-url-here",
"IMAGE_GENERATION_MCP_DEFAULT_PROVIDER": "your-image-generation-mcp-default-provider-here",
"IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET": "your-image-generation-mcp-oidc-client-secret-here",
"IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY": "your-image-generation-mcp-oidc-jwt-signing-key-here",
"IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES": "your-image-generation-mcp-oidc-required-scopes-here",
"IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN": "your-image-generation-mcp-oidc-verify-access-token-here"
},
"args": [
"image-generation-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.