Termux Notification List
Enables AI agents to monitor, read, and filter Android notifications in real-time via a Termux-based server.
About
This server acts as a bridge, bringing real-time Android notifications directly into your development environment, especially for AI agents. By running within Termux on an Android device, it provides a structured JSON output of all notification metadata, making it easy for intelligent systems to react to incoming alerts, messages, and updates. It supports both standard I/O for command-line clients and an SSE server for web-based integrations, complete with robust security features for secure remote access.
Key Features
- Real-time Android notification monitoring and streaming
- Retrieve all currently active Android notifications
- Filter notifications by package name or limit results
- Structured JSON output for all notification metadata
- Robust security (Bearer token/Basic Auth, rate limiting, CORS protection)
- 0 GitHub stars
Use Cases
- Integrating Android device alerts into desktop or cloud-based AI workflows
- Building custom dashboards or monitoring tools for Android notifications
- Automating responses to specific Android notifications using AI agents