Back to MCP Servers
Ai Vision
📇 🏠 🍎 🪟 🐧 - Multimodal AI vision MCP server for image, video, and object detection analysis. Enables UI/UX evaluation, visual regression testing, and interface understanding using Google Gemini and Vertex AI.
other-tools-and-integrationsgotestingai
Installation
npx -y ai-vision-mcpConfiguration
{
"mcpServers": {
"ai-vision-mcp": {
"command": "npx",
"args": ["-y", "ai-vision-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes