A2UI MCP Server
Related Servers
Alternatives to A2UI MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables Claude to generate and iterate on UI mockups using OpenUI Lang against a shadcn/ui palette, with live preview and auto-persisted assemblies that can be updated in place.MIT
- FlicenseNot gradedqualityDmaintenanceA visual UI builder that enables Claude to create and update web interfaces in real-time by sending HTML updates to a browser through an MCP server with WebSocket communication.-
- FlicenseBqualityFmaintenanceEnables bidirectional control between Claude Code and Figma with real-time sync, allowing creation and manipulation of design elements, component management, and document inspection through natural language commands.504-
- FlicenseNot gradedqualityCmaintenanceEnables rendering interactive UI widgets and data visualizations for Claude.ai through MCP, supporting callback-based forms and client-side charts.-
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to run multi-round grilling sessions in a browser UI, publishing rounds of questions with options and recommendations that users answer with buttons or free text. Supports per-question asides (re-pitch, visual diagram, plain-language explainer), chat notes between rounds, and a polling contract so sessions can stay open without blocking the client.124 npm2MIT
- AlicenseNot gradedqualityCmaintenanceA companion desktop app enabling bi-directional interaction between Claude Desktop and visual UI elements, allowing Claude to display, read from, and write to interactive interfaces while processing user events and feedback.5 npm8Apache 2.0
TDQS
Scored across 7 tools
Each tool serves a clearly distinct purpose: state inspection, surface creation, component updates, data model updates, preview, reset, and event polling. There is no meaningful overlap or ambiguity between tool responsibilities.
All tools share the a2ui_ prefix and most follow a verb_noun pattern such as create_surface, update_components, and poll_events. The exceptions are preview and clear, which lack a noun target, creating a minor inconsistency.
Seven tools is a well-scoped size for a UI surface management server. Each tool addresses a necessary part of the workflow without redundancy or unnecessary expansion.
The toolset covers the main surface lifecycle well: create, read, update, preview, reset, and handle events. The main gap is the lack of targeted removal for individual surfaces or components, though a2ui_clear provides a blunt workaround.