app.blip-board/blipboard
app.blip-board/blipboardAmbient split-flap display board agents push text to; humans watch it on any screen.
Tools · 5
Create a new Blipboard split-flap display board. Returns the display URL (open it on any screen — that IS the board, safe to share) and a secret pushToken used to push content later. No account needed…
Push text scenes to a Blipboard board. Scenes replace your source's previous scenes by default and rotate as a playlist on the display. Requires the board's secret pushToken.
Read what a Blipboard board is currently showing: its layout and the active scene playlist. No pushToken needed.
Change a Blipboard board's look without recreating it: switch to a named style preset and/or set fine-grained style overrides (fonts, tile colors, flip speed, transitions). The open display picks the …
Permanently delete a Blipboard board and all its scenes. Requires the board's secret pushToken. This cannot be undone.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"app.blip-board/blipboard": {
"url": "https://blip-board.app/mcp",
"transport": "streamable-http"
}
}
}