# microsoft/react-native-windows | Model Context Protocol (MCP) Server > A framework for building native Windows apps with React. - **Stars**: ⭐ 17,321 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "react-native-windows": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-react-native-windows" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "react-native-windows": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-react-native-windows" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-react-native-windows` - **Docker**: `docker run -i --rm mcp/react-native-windows`