anriss
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceHuman-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.Last updated9
- Alicense-qualityDmaintenanceMCP server for visual feedback, video direction, and QA assertions on web pages, enabling AI agents to read, reply, and resolve annotations in real time.Last updated4MIT
- Flicense-qualityAmaintenanceMCP server that exposes web page annotations to AI coding agents, enabling automated implementation of visual feedback and design tweaks.Last updated16120
- Alicense-qualityBmaintenanceEnables 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.Last updatedMIT
Related MCP Connectors
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anriss-dev/anriss'
If you have feedback or need assistance with the MCP directory API, please join our Discord server