Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

app.blip-board/blipboard

app.blip-board/blipboard

Ambient split-flap display board agents push text to; humans watch it on any screen.

Uptime
100.0%
1 direct probes · 30d
Response
1254ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

create-board-tool

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-scenes-tool

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-board-tool

Read what a Blipboard board is currently showing: its layout and the active scene playlist. No pushToken needed.

update-board-tool

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 …

delete-board-tool

Permanently delete a Blipboard board and all its scenes. Requires the board's secret pushToken. This cannot be undone.

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"
    }
  }
}