AI Vision Debug MCP ServerServer

samihalawa
GitHub
visual analysisAIweb scraping

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides visual analysis capabilities powered by AI for models compatible with Claude and other MCP-compatible AI assistants. It offers features like screenshot capturing, visual analysis, file operations, report generation, and maintains context across multiple analysis steps.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ai-vision": {
        "env": {
          "PATH": "/usr/local/bin:/usr/bin:/bin",
          "NODE_PATH": "/path/to/node_modules",
          "GEMINI_API_KEY": "your-gemini-api-key"
        },
        "args": [
          "/path/to/mcp-server-ai-vision/build/index.js"
        ],
        "command": "/path/to/node"
      }
    }
  ]
}

🛠️ Tools

screenshot_urlanalyze_screenread_filemodify_filegenerate_report

Features

  • Screenshot capturing from specified URLs
  • Analysis of UI elements within screenshots
  • File reading and modification with line-level accuracy
  • Generation of comprehensive UI/UX analysis reports
  • Context retention across multiple analysis steps

💬 Example Queries

  • Capture a screenshot of a website
  • Analyze screen elements of a screenshot
  • Generate a UI/UX analysis report based on a screenshot