Frontend Review MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODELNoOptional. The vision model to use first before falling back to other models. Default is Qwen/Qwen2-VL-72B-Instruct
HYPERBOLIC_API_KEYYesYour Hyperbolic API key for accessing vision models

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
reviewEdit

Perform a visual review of a UI edit request. The 'before screenshot' is a screenshot of the page before the edit, and the 'after screenshot' is the screenshot of the page after the edit. You will recieve either a yes or no response, indicating whether the edit visually satisfies the edit request. If no, it will provide a detailed explanation of why the edit does not satisfy the request so you can continue to work on it.