About mcp
mcp is an MCP server published by git+EvanZhouDev in the Developer Tools category: find UI issues on live websites. It has been installed 0 times through Conduid.
The repository has 5 stars and 0 forks.
Install
npx @viewlint/mcpclaude mcp add viewlint -- npx -y @viewlint/mcpnpx -y @viewlint/mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about mcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
ViewLint helps identify UI issues by analyzing the rendered output a human sees, not just source code.
Built for modern coding workflows and AI Agents, ViewLint accelerates workflows from development to shipping. It's designed to be ready to use out-of-the-box and extensible when you need it, making it perfect for individual developers to enterprise organizations.

Quick Start
Initialize ViewLint:
npm init @viewlint/config@latest
Run it on a URL:
npx viewlint https://example.com
For setup details and advanced configuration, see the Getting Started guide.
The UI Linting Problem
UI issues such as clipped content, overflow, low contrast, and obscured hit targets are often hard to catch from source code alone.
Instead, ViewLint validates your UI the same way a human does, looking at and interacting with the actual rendered browser output to catch potential issues.
UI's Broken Feedback Loop
LLMs are fantastic at writing code. They're not so great at making UI.
As it turns out, that's because Coding Agents have a closed feedback loop to validate their code and logic. But when it comes to UI, inspecting the DOM tree manually and taking screenshots just aren't concrete and actionable enough to close that feedback loop.

ViewLint closes the feedback loop with UI design, allowing the agent to get live, actionable feedback on the rendered output of the website it's working on.

ViewLint significantly improves the UI design performance of AI Agents. Learn more and see the difference at the ViewLint documentation.
Documentation
Get started exploring ViewLint and add it to your project with the ViewLint documentation at viewlint.vercel.app.
Repo Structure
ViewLint is a monorepo, hosting a series of packages in the ViewLint ecosystem as well as the documentation site.
apps/docs/: ViewLint documentation, hosted at viewlint.vercel.app
packages/
License
AGPL-3.0-only
README mirrored from the source repository 2 days ago. The original is authoritative.