# AvaloniaUI/Avalonia | Model Context Protocol (MCP) Server > Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI - **Stars**: ⭐ 31,312 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Avalonia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Avalonia" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Avalonia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Avalonia" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Avalonia` - **Docker**: `docker run -i --rm mcp/Avalonia`