mcp-ux-vision
Enables AI-powered visual analysis of webpages for UI/UX assessment, including screenshot capture, element detection, accessibility auditing, and comprehensive JSON reporting.
README
MCP UX Vision
An MCP server that provides AI-powered visual analysis for UI/UX assessment using Google's Gemini Vision API.
Features
- Screenshot capture from URLs
- AI-powered UI element detection and analysis
- WCAG contrast ratio analysis
- Color palette and typography extraction
- Visual accessibility auditing
- Comprehensive JSON reporting
Installation
git clone <repository-url>
cd mcp-ux-vision
npm install
npm run build
Configuration
Add to your MCP client configuration:
{
"servers": {
"ux-vision": {
"command": "node",
"args": [
"path/to/mcp-ux-vision/build/index.js"
]
}
}
}
Tools
screenshot_url
Capture a screenshot of any webpage.
url(required): URL to screenshotfullPage(optional): Capture full page vs viewportwaitTime(optional): Delay before capture (ms)
analyze_screen
Analyze the most recent screenshot with AI, extracting:
- UI elements with geometry and styling
- Color palette and typography
- Accessibility metrics
- Visual hierarchy assessment
generate_report
Create a comprehensive JSON report from the last analysis.
testUrl(required): URL that was analyzedappName(optional): Application nameoutput_path(optional): Report output directory
analyze_url_full_report
One-step workflow combines all above tools with the same parameters: screenshot → analyze → report.
Usage
Once the server is running and configured in your MCP client (like Claude), you can use natural language prompts to call the tools:
screenshot_url
- "Take a screenshot of https://example.com"
- "Capture a full page screenshot of localhost:3000"
- "Screenshot https://myapp.com and wait for the .loading element to disappear"
analyze_screen
- "Analyze the current screenshot for UI elements"
- "Examine the accessibility of this interface"
- "What UI components do you see in the screenshot?"
generate_report
- "Create a UX report for the analysis of https://example.com"
- "Generate a comprehensive UI audit report"
analyze_url_full_report
- "Take a screenshot of https://example.com and create a full UX analysis report"
- "Analyze https://myapp.com and generate a complete accessibility audit"
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.