daedalOS (MCP Server)

GitHub

Desktop environment in the browser

Claude Desktop Configuration

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

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