# ruvnet/RuView | Model Context Protocol (MCP) Server > π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video. - **Stars**: ⭐ 89,816 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "RuView": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RuView" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "RuView": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RuView" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-RuView` - **Docker**: `docker run -i --rm mcp/RuView`