AgentUI

skulitom/AgentUI
★ 0 stars TypeScript File System Updated today
Interactive UIs for coding agents - an MCP server that lets any agent ask its human with sliders, forms, diffs and live previews.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentui": {
      "command": "npx",
      "args": [
        "-y",
        "skulitom/AgentUI"
      ]
    }
  }
}

README Excerpt

Interactive UIs for coding agents: an MCP server that lets any agent ask its human with sliders, forms, diffs and live previews instead of guessing. When an agent is about to invent a number, describe a colour in prose, or write "let me know if you'd prefer…", it can instead open a real UI in your browser.

Tools (6)

ui_askui_closeui_createui_get_stateui_updateui_wait