Everywhere

GitHub

On-screen aware AI assistant for your desktop. Uses current app context, multiple LLMs, and MCP tools to help you act across apps.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Everywhere": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Everywhere"
      ]
    }
  }
}