GigaChat image generation MCP
mcp-server-gigachat-image-generation
MCP server packaged as a Docker image for generating images with GigaChat, configured with GIGACHAT_CREDENTIALS
Install
{
"mcpServers": {
"image_generation": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"grentank/mcp-server-image-generation:1.1"
],
"env": {
"GIGACHAT_CREDENTIALS": "YOUR_API_KEY_HERE"
}
}
}
}Add to your MCP client's mcp.json.
This is third-party code. Review the repository files before installing.
What it does
The server connects GigaChat image generation to an MCP client. It runs as the grentank/mcp-server-image-generation:1.1 Docker container, with the key passed via GIGACHAT_CREDENTIALS. The README contains only a sample mcp.json config and does not describe the tools or generation parameters.
Who it is for. People with GigaChat API access who want to generate images from an agent without foreign services.
Good fit when
- You want image generation from an agent via a Russian model
- You already have a GigaChat key and Docker installed
Not a fit when
- You need documentation of tools and parameters: the README has none
- Docker is not available in your environment
Example request
Generate a cover image for an article about a spring gardenLimitations
Documentation is limited to a single config example. Docker and GigaChat credentials are required. The config maps port 8000, and the README does not explain why.
How to disable. Remove the image_generation block from mcp.json.
MCP
- Transport
- stdio
- Authentication
- API key
| Environment variables | |
|---|---|
| GIGACHAT_CREDENTIALS required, secret | GigaChat API credentials |
Security check
- Requires a GigaChat API key
- Runs a third-party Docker image
README in short
The README contains only an mcp.json config example. The server runs via docker run from the grentank/mcp-server-image-generation:1.1 image. The GigaChat key is passed through the GIGACHAT_CREDENTIALS environment variable.
Related
Official Remotion skills for making videos in React: compositions, animation, captions, maps and rendering
Five skills: recordable web presentations, web design, GPT Image 2 prompting, local knowledge base retrieval and articles
Yandex Station TTS skill
claude-skill-yandex-tts
A Claude Code skill that speaks answers in Alice's voice on a Yandex Station over the local network