What problem does it solve?
FlipperBridge solves the problem of sending Flipper Zero commands from Claude by providing a simple, secure relay API over the internet, so a remote user can trigger actions and read results without direct device access.
Core Features & Use Cases
- Send HTTP-based commands to the Flipper: Relay requests for
get and post so the Flipper makes outbound HTTP calls via FlipperHTTP and returns the response.
- Session-based, password-protected workflow: Use ephemeral one-hour sessions with status polling (
queued, running, completed, error, timeout) to coordinate command execution.
- Practical remote monitoring and API access: Use cases include checking a device-exposed status endpoint, querying internal services reachable by the Flipper, and retrieving diagnostic info that can be wrapped as HTTP calls.
Quick Start
Tell me to check your Flipper's public IP by sending a GET command to https://httpbin.org/ip, then I will create a session, wait for the device to connect, submit the command, poll for the result, and report back what the Flipper fetched.