You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→ Only shows elements from targeted windows (reduced context)
242
+
243
+
5. [Proceeds with copy/paste operations between windows]
244
+
245
+
Result: Claude can efficiently work across multiple applications
174
246
```
175
247
176
248
## Platform Support
@@ -238,6 +310,20 @@ This project was created with Claude Code and we warmly welcome contributions! W
238
310
239
311
We're very open to help and collaboration. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
240
312
313
+
## Privacy Policy
314
+
315
+
Linux Desktop MCP is a local desktop automation tool that:
316
+
317
+
-**Runs entirely on your local machine** - No data is transmitted to external servers
318
+
-**Does not collect any personal data** - No analytics, telemetry, or usage tracking
319
+
-**Does not store credentials** - All authentication and authorization is handled by your local system
320
+
-**Accesses only what you explicitly target** - The accessibility tree is read only for windows/applications you interact with
321
+
-**No network connectivity required** - The MCP server operates completely offline
322
+
323
+
The only data accessed is the accessibility tree information exposed by your desktop applications (UI element names, roles, and states), which is used solely for local automation and is not persisted or transmitted anywhere.
324
+
325
+
**Contact:** For privacy-related questions, open an issue on [GitHub](https://github.com/BeckhamLabsLLC/linux-desktop-mcp/issues).
0 commit comments