Vision Model Text Input Generator MCP
Vision Model Text Input Generator MCP
Ein MCP-Server, der Text für lokale Vision-Modelle in PNG-Canvas rendert. Er basiert auf dem Ausgabeverhalten der benachbarten App Vision-Model-Text-Input-Generator.
Gehosteter MCP-Endpunkt
Der Streamable-HTTP-Endpunkt für die Produktion wird getrennt von LibreChat bereitgestellt:
https://vision-model-text-input-generator-mcp-1080561124190.us-central1.run.app/mcpEr erfordert Authorization: Bearer <MCP_AUTH_TOKEN>.
Related MCP server: image-gen-mcp
Lokale Entwicklung
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
MCP_AUTH_TOKEN=local-development-token python main.pyDer Server stellt generate_vision_text_image bereit. Das Bildresultat ist standardkonformes ImageContent von MCP (image/png), sodass leistungsfähige Clients wie LibreChat es direkt rendern können.
LibreChat-Konfiguration
Fügen Sie Folgendes unter mcpServers in librechat.yaml hinzu:
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: trueStarten Sie LibreChat neu und fügen Sie dann vision-text-image zu den MCP-Tools eines Agents hinzu. Verwenden Sie ein visionsfähiges Chat-Modell, wenn das generierte Bild in den unmittelbaren Kontext des Modells aufgenommen werden soll.
Überprüfung
Führen Sie nach der Installation der Abhängigkeiten die mitgelieferten lokalen Prüfungen aus:
python -m py_compile main.py
python verify_mcp.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.
Deterministic image rendering for agents: JSON template in, on-brand PNG out.
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/InjectPrompt/vision-model-text-input-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server