anriss
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@anrissWork through the open UI annotations."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anriss
Point at an element on your running web app, say what should change, and let your AI coding agent fix it. A tiny self-hosted feedback loop for UI work — one script tag, a single Rust binary, a built-in MCP endpoint.
Anriss — from German anreißen: marking out a workpiece before you cut. Mark it. Plan it. Fix it.
→ What it is · Get started · Features
The website is the documentation: install, wire it into Claude over MCP, and the whole annotate → fix loop are all covered under Get started.
⚠️ Development tool. CORS is open by design and there is no authentication — run it on localhost or inside your dev network only.
Run it
Download the binary for your platform from the latest release and run it (full walkthrough: Get started):
curl -L https://github.com/anriss-dev/anriss/releases/latest/download/anriss-macos-arm64 -o anriss
chmod +x anriss && ./anriss # serves on :4855 (ANRISS_PORT to change)Related MCP server: Lens
Develop
npm run build # inline Tailwind + JS into dist/anriss.js (committed)
cargo test && cargo clippy
process-compose --tui=false up # server + Cucumber/Playwright e2e (what CI runs)dist/anriss.js and the .sqlx/ offline cache are committed, so a fresh clone
builds with only Rust. Every push to main auto-deploys the site and cuts a
release (integer version bump).
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Comment on AI-generated webpages; feedback flows back to your coding agent. Free, MIT, local-first.
UX-review and product-feedback MCP: annotated screenshots and reviews your AI agent can act on.
Agent-ready feedback for AI-built apps — read and close UI feedback reports over MCP.
Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceHuman-to-AI code review bridge. Annotate UI elements in the browser with review comments, and AI agents read the feedback via MCP to fix code automatically — with full element context (CSS selector, styles, DOM path, accessibility info). 10 MCP tools, framework-agnostic Web Component, zero-config install via uvx.9-
- AlicenseNot gradedqualityDmaintenanceMCP server for visual feedback, video direction, and QA assertions on web pages, enabling AI agents to read, reply, and resolve annotations in real time.6MIT
- FlicenseNot gradedqualityAmaintenanceMCP server that exposes web page annotations to AI coding agents, enabling automated implementation of visual feedback and design tweaks.4 npm163-
- AlicenseNot gradedqualityDmaintenanceEnables visual annotation on web pages for Claude Code, allowing element selection, comment addition, screenshot capture, and structured UI feedback for code fixes via an MCP server.MIT