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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"visiontest": {
"command": "npx",
"args": [
"-y",
"docer1990/visiontest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add visiontest npx -y docer1990/visiontest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"visiontest": {
"command": "npx",
"args": [
"-y",
"docer1990/visiontest"
]
}
}
}
📋 Copy