# DearVa/Everywhere | Model Context Protocol (MCP) Server > On-screen aware AI assistant for your desktop. Uses current app context, multiple LLMs, and MCP tools to help you act across apps. - **Stars**: ⭐ 6,177 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Everywhere": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Everywhere" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Everywhere": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Everywhere" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Everywhere` - **Docker**: `docker run -i --rm mcp/Everywhere`