README
Research on building frontends where AI agents (like Claude) can trigger actions and control UI state.
Working Prototype
Repository: https://github.com/uptownhr/mcp-agentic-ui
A validated prototype demonstrating AI-controllable UI using MCP + XState + Vue. Features:
- State-dependent action discovery
- Real-time WebSocket sync
- Graceful shutdown handling
Documents
| Document | Description |
|---|---|
| Claude Frontend Control | Patterns for Claude to trigger actions on web frontends |
| State Machine Architecture | Redux + FSM architecture for AI-controllable UIs with observable state and action discovery |
| Prototype: Text Display | Working prototype with XState + MCP + Vue |
| Single MCP Server | Exploration: embedding Vite dev server in MCP for unified DX |
Related Research
- agents - AI agent messaging and communication patterns
- claude-code-agents - Claude Code agent development
Created: 2025-12-11