Vision Model Text Input Generator MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vision Model Text Input Generator MCPRender the text 'Hello World' as a PNG image for my vision model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vision Model Text Input Generator MCP
An MCP server that renders text into PNG canvases for local vision models. It is based on the output behavior of the adjacent Vision-Model-Text-Input-Generator app.
Hosted MCP endpoint
The production Streamable HTTP endpoint is deployed separately from LibreChat:
https://vision-model-text-input-generator-mcp-1080561124190.us-central1.run.app/mcpIt requires Authorization: Bearer <MCP_AUTH_TOKEN>.
Related MCP server: image-gen-mcp
Local development
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
MCP_AUTH_TOKEN=local-development-token python main.pyThe server exposes generate_vision_text_image. Its image result is standards-compliant MCP ImageContent (image/png), so capable clients such as LibreChat can render it directly.
LibreChat configuration
Add the following under mcpServers in librechat.yaml:
mcpServers:
vision-text-image:
title: Text to Image Text
type: streamable-http
url: https://vision-model-text-input-generator-mcp-1080561124190.us-central1.run.app/mcp
requiresOAuth: false
headers:
Authorization: 'Bearer ${VISION_TEXT_IMAGE_MCP_TOKEN}'
serverInstructions: trueRestart LibreChat, then add vision-text-image to an agent's MCP tools. Use a vision-capable chat model when you want the generated image to be included in the model's immediate context.
Verify
Run the supplied local checks after installing dependencies:
python -m py_compile main.py
python verify_mcp.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate AI images and videos from any compatible MCP client.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
LLM chat, text tools, image generation, editing, batch image jobs, and asynchronous video generation
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceExposes Stable Diffusion for text-to-image generation and GPT-SoVITS for text-to-speech synthesis as MCP tools, enabling image and audio generation via natural language.-
- AlicenseAqualityCmaintenanceEnables LLMs to generate images via MCP by calling AI models from providers like SiliconFlow, OpenAI, or custom APIs, with tools for image generation and model listing.2MIT
- AlicenseAqualityBmaintenanceEnables non-multimodal models to see images by providing MCP tools for image understanding and OCR, backed by any OpenAI-compatible vision model.2MIT
- AlicenseAqualityAmaintenanceWraps OpenAI-compatible text-to-image APIs as MCP tools, enabling image generation directly from conversations in Claude Code, Codex, Cursor, or Claude Desktop using the user's own API key.62Apache 2.0