uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code

Automated Frontend Review Pipeline
The uimax-mcp MCP server was created to automate a repetitive workflow: asking Claude to act as a frontend expert for code reviews, then using Claude Code to implement the suggested fixes. This tool packages that entire process into a single automated pipeline.
Core Functionality
With the command review my UI at localhost:3000, the tool performs these actions:
- Captures a real screenshot of your running application using Puppeteer
- Runs Google Lighthouse audits for Performance, Accessibility, Best Practices, and SEO scores
- Executes axe-core WCAG 2.1 accessibility audit
- Scans source code for 25+ anti-patterns
- Returns all data to Claude Code with baked-in expert review methodology
- Claude Code generates the review and implements fixes automatically
Additional Features
The MCP includes 12 total tools:
- Before/after screenshot comparison
- Responsive viewport checks
- Dark mode detection
- Standalone HTML report export
- Custom rule configuration
Installation and Usage
Install with one command:
claude mcp add uimax -- npx -y uimax-mcp@latestThe tool is 100% free for Pro plan users, requires no API keys, and incurs no extra costs. The MCP collects the data, while Claude Code (using your existing subscription) handles the expert analysis and fixes.
Real-World Testing Results
During testing on actual projects, the tool found 109 code findings in one application, including 32 keyboard accessibility issues that would have taken over 30 minutes to identify manually.
Availability
Source code is available on GitHub: https://github.com/prembobby39-gif/uimax-mcp
Package available on npm: https://npmjs.com/package/uimax-mcp
📖 Read the full source: r/ClaudeAI
👀 See Also

Argus: Open-Source VS Code Extension for Real-Time Claude Code Observability
Argus visualizes Claude Code agent steps in real-time inside VS Code, showing timeline, dependency graph, and cost/loop detection to debug token-wasting behavior.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Flash-MoE: Running 397B Parameter Qwen Model on MacBook Pro with Pure C/Metal
Flash-MoE is a pure C/Metal inference engine that runs Qwen3.5-397B-A17B, a 397 billion parameter Mixture-of-Experts model, on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. The 209GB model streams from SSD through custom Metal compute shaders with no Python or frameworks.

Crow: Open-Source MCP Platform Adds Persistent Memory and P2P Sharing to LLM Frontends
Crow is an open-source, self-hosted MCP server platform that provides LLM frontends with SQLite-backed persistent memory, structured research tools, and encrypted peer-to-peer sharing. It works with any MCP-compatible client like Claude Desktop, Cursor, or Windsurf and requires no cloud dependency by default.