FlipperTalk
Related Servers
Alternatives to FlipperTalk
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceModular MCP server for interacting with a Flipper Zero from MCP-capable clients (including Claude Desktop). Supports system info, BadUSB scripts, and music playback over USB or WiFi.32MIT
- AlicenseAqualityDmaintenanceDrive a Flipper Zero wirelessly over Bluetooth LE from Claude.38MIT
- AlicenseBqualityBmaintenanceMCP server that enables full control of a Flipper Zero device over USB, including screenshots, radio protocols, and app development without requiring a COM port.35MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language control of ESP8266 and Raspberry Pi IoT devices via Claude Desktop using the MCP protocol.MIT
- AlicenseAqualityDmaintenanceDebug microcontrollers directly from Claude. This is an MCP server that drives OpenOCD, letting Claude flash firmware, control execution, and inspect a running target — and read your variables and peripheral registers by name instead of raw addresses.3924 PyPI4MIT
- FlicenseAqualityDmaintenanceAn MCP server that exposes a USB-connected Flipper Zero device as tools for controlling infrared devices. It enables listing, parsing, and transmitting IR signals from saved files and built-in universal remotes.10-
TDQS
Scored across 66 tools
Most tools have clear, distinct purposes, but there is some overlap between file writing tools (upload vs write_file) and between notification tools (notify vs buzzer/vibro/led). However, overall agents can distinguish them with careful reading.
All tools use the consistent prefix 'flipper_' and snake_case. Most follow a verb_noun pattern, but a few like 'flipper_nfc' or 'flipper_subghz' are just nouns, creating minor inconsistency. Still, the naming is predictable and readable.
At 66 tools, the server is quite large. The scope justifies many tools given the Flipper Zero's versatility, but the count is above the typical sweet spot, making navigation heavier. A more consolidated approach could improve discoverability.
The tool set comprehensively covers all major Flipper Zero operations: hardware interfaces (NFC, RFID, iButton, Sub-GHz, Infrared, GPIO, I2C, 1-Wire), file management, app life cycle, scripting, diagnostics, and device information. There are no obvious gaps for the device's known capabilities.