MCP Directory

tan-yong-sheng/ai-vision-mcp

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y ai-vision-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from tan-yong-sheng/ai-vision-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "ai-vision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-vision-mcp"
      ]
    }
  }
}

Route tan-yong-sheng/ai-vision-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add ai-vision-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use tan-yong-sheng/ai-vision-mcp directly without routing

npx -y ai-vision-mcp

New to Agent-CoreX? View setup guide →

tan-yong-sheng/ai-vision-mcp MCP Server — Agent-CoreX