a year ago
developer-toolsA Model Context Protocol server for AI vision analysis using Gemini Vision API
Overview
what is AI Vision Debug MCP Server?
AI Vision Debug MCP Server is a Model Context Protocol (MCP) server designed for AI vision analysis, specifically for analyzing UI screenshots using the Gemini Vision API.
how to use AI Vision Debug MCP Server?
To use the server, ensure you have a test screenshot saved at ~/Downloads/test_screenshot.png, build the server using npm run build, and run the test script with node test_tool.js.
key features of AI Vision Debug MCP Server?
- Analyzes UI screenshots with AI vision capabilities.
- Provides tools for reading, modifying files, and generating UI/UX analysis reports.
- Simplified response format for easier parsing and handling of special characters.
use cases of AI Vision Debug MCP Server?
- Analyzing user interface designs for usability improvements.
- Generating comprehensive reports on UI/UX elements.
- Debugging and enhancing visual components in applications.
FAQ from AI Vision Debug MCP Server?
- What is the purpose of the AI Vision Debug MCP Server?
It is designed to analyze UI screenshots and provide insights using AI vision capabilities.
- What dependencies are required to run the server?
The server requires Node.js, TypeScript, axios for API requests, and @modelcontextprotocol/sdk for MCP implementation.
- How do I configure the Gemini API key?
The API key is configured in the
index.tsfile of the server.