MCP Server
UX auditing powered by your AI assistant with the Model Context Protocol
MCP Server
UX auditing powered by your AI assistant. Ask questions in natural language, get AI-suggested fixes for accessibility issues, and analyze websites through conversational workflows.
What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI assistants to external tools and data sources. Instead of copying and pasting between applications, MCP lets your AI assistant directly call tools and access resources.
With VertaaUX MCP Server, you can say things like:
"Audit https://mysite.com and show me the critical accessibility issues"
And your AI assistant will run a full UX audit, analyze the results, and provide actionable recommendations.
Why MCP for UX Auditing?
| Traditional Workflow | With MCP |
|---|---|
| Open dashboard, paste URL, wait, copy results | "Audit this URL" - done |
| Read issue, search docs for fix, write code | "Suggest a fix for this issue" - get code patch |
| Switch between tools constantly | One conversational interface |
Key benefits:
- Natural language - Describe what you want, not how to do it
- AI-suggested fixes - Get code patches with confidence scores
- Conversational context - Follow-up questions, iterate on findings
- No context switching - Stay in your AI assistant
Supported Clients
| Client | Support | Notes |
|---|---|---|
| Claude Desktop | Full | Recommended for most users |
| Claude Code | Full | CLI integration with code context |
| Cursor | Full | AI-first IDE integration |
| Continue.dev | Full | Open source IDE extension |
| Any MCP client | Full | Generic stdio transport |
Features
audit_url
Audit any deployed website URL for UX and accessibility issues
suggest_fix
Get AI-generated code patches with confidence scores
explain_finding
Understand why an issue matters and its impact on users
Resource URIs
Access audit data and guidelines via vertaa:// URIs
Quick Install
npm install -g @vertaaux/mcp-serverThe package name is @vertaaux/mcp-server on npm.
Requirements
- Node.js 18+ - Required runtime
- VertaaUX API key - Get one from your dashboard
- MCP-compatible client - Claude Desktop, Cursor, etc.
Package Information
| Property | Value |
|---|---|
| npm package | @vertaaux/mcp-server |
| Version | 2.0.0 |
| Transport | stdio |
| Protocol | MCP 1.0 |
Documentation
Quickstart
Get your first AI-suggested fix in 5 minutes
Setup Guide
Configure for Claude Desktop, Cursor, and more
Tools Reference
Complete reference for all 7 MCP tools
Resource URIs
Access audit data via vertaa:// URIs
Also Available
For different workflows, consider these alternatives:
- CLI - Command-line tool for terminals and CI/CD
- SDK - TypeScript library for Node.js applications
- Chrome Extension - Visual auditing in your browser
Was this page helpful?