B
Blind Vision MCP
by @alexjm19
MCP server that gives vision to any text-only LLM — 100% local, no API bills. Gemma 4 E2B (LiteRT) for vision + SDXL-Turbo for image gen
Created 6/15/2026
Updated 2 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx blind-vision-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"alexjm19-blind-vision-mcp": {
"command": "uvx",
"args": [
"blind-vision-mcp"
]
}
}
}