SkillAgentSearch skills...

vibe-eyes

Automated visual testing framework for Claude and MCP-compatible clients. Generate unit tests, run E2E browser automation, perform visual regression testing, and extract text with OCR - all through natural language commands.

Install / Use

claude mcp add hassan-alnator -- npx -y github:hassan-alnator/vibe-eyes

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

{ "name": "eyes-mcp-server", "version": "1.0.0", "description": "MCP server for automated testing with visual regression and OCR", "type": "module", "author": "Hasan Alnatour", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hassan-alnator/eyes-mcp-server.git" }, "bugs": { "url": "https://github.com/hassan-alnator/eyes-mcp-server/issues" }, "homepage": "https://github.com/hassan-alnator/eyes-mcp-server#readme", "keywords": [ "mcp", "testing", "visual-regression", "ocr", "playwright", "vitest", "automation", "claude", "ai" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", "serve:example": "cd example-app && python3 -m http.server 8080", "postinstall": "playwright install chromium" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "playwright": "^1.49.0", "tesseract.js": "^5.1.1", "pixelmatch": "^6.0.0", "pngjs": "^7.0.0", "vitest": "^2.1.8" }, "devDependencies": { "@types/node": "^22.10.0", "@types/pixelmatch": "^5.2.6", "@types/pngjs": "^6.0.5", "tsx": "^4.19.2", "typescript": "^5.7.2" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low