visiontest

docer1990/visiontest
★ 2 stars Kotlin 🤖 AI/LLM Updated today
Vision Test is an MCP (Model Context Protocol) server that provides a standardized way for AI agents and Large Language Models to interact with mobile devices.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "visiontest": {
      "command": "npx",
      "args": [
        "-y",
        "docer1990/visiontest"
      ]
    }
  }
}