# THU-MAIC/OpenMAIC | Model Context Protocol (MCP) Server > Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click - **Stars**: ⭐ 20,709 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OpenMAIC": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenMAIC" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OpenMAIC": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenMAIC" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OpenMAIC` - **Docker**: `docker run -i --rm mcp/OpenMAIC`