# nyas1/Material-You-app-list | Model Context Protocol (MCP) Server > 🍦 A well organized & frequently updated collection of apps that supports material you design. - **Stars**: ⭐ 4,804 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Material-You-app-list": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Material-You-app-list" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Material-You-app-list": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Material-You-app-list" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Material-You-app-list` - **Docker**: `docker run -i --rm mcp/Material-You-app-list`