Vibe-Eyes: Giving LLMs Eyesight into Browser Games
2025-03-25
Vibe-Eyes is an innovative MCP server enabling Large Language Models (LLMs) to 'see' what's happening in browser-based games and applications. It uses a client-server architecture: a lightweight browser client captures canvas content and debug info, sending it via WebSockets to a Node.js server. The server vectorizes images into compact SVGs, making them available to LLMs via the Model Context Protocol (MCP). This allows LLMs to 'see' the application and provide context-rich debugging assistance, significantly enhancing 'vibe coding' efficiency.
Development