# iOfficeAI/AionUi | Model Context Protocol (MCP) Server > Open-source 24/7 Cowork app for OpenClaw, Hermes, Claude Code, Codex, OpenCode and 20+ more CLI Agent | Customize your assistants | Team them up|Star if you like it! - **Stars**: ⭐ 31,918 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "AionUi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-AionUi" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "AionUi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-AionUi" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-AionUi` - **Docker**: `docker run -i --rm mcp/AionUi`