@gibeon/mcp-server
OfficialAllows adding YouTube videos as playlist items in the Gibeon digital signage platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@gibeon/mcp-serverlist my online players"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gibeon/mcp-server
MCP server for the Gibeon digital signage platform. Control your players, manage playlists, and trigger publishes from Claude Desktop, Cursor, Claude Code, or any other MCP-aware client.
You probably want the hosted MCP instead.
https://api.gibeon.io/mcpruns the same 13 tools without any install, updates instantly, and survivesnpxcache invalidations. This npm package is a compatibility shim for MCP hosts that do not yet support remote/HTTP transports. See hosted config below.
Hosted (recommended)
{
"mcpServers": {
"gibeon": {
"url": "https://api.gibeon.io/mcp",
"headers": {
"Authorization": "Bearer gib_live_xxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Works in Claude Desktop, Claude Code, and Cursor.
npm (compatibility shim)
For MCP hosts without remote-transport support, run the same surface as a local stdio process:
npx -y @gibeon/mcp-server
# (waits on stdin — correct, your MCP client speaks to it that way)Configure your host to launch it:
{
"mcpServers": {
"gibeon": {
"command": "npx",
"args": ["-y", "@gibeon/mcp-server"],
"env": {
"GIBEON_API_KEY": "gib_live_xxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}API key
Create one in the Gibeon CMS at Settings → API → New key and copy the
gib_live_… value. The full token is shown once at creation.
Tools in v0.2.0 (13 total)
Players + publish
Tool | What it does |
| List the screens in your tenant, optionally filtered by status/group. |
| Fetch one player by id. |
| Rename, reassign content, change orientation. Returns |
| Build a fresh snapshot for one player or every player in the tenant. |
Playlists + items
Tool | What it does |
| List the playlists in your tenant. |
| Fetch one playlist, optionally with its content items inline. |
| Create a new empty playlist. |
| Rename, change default interval, swap cover image. |
| Permanently delete a playlist and its items. |
| Append an image / video / image slideshow / YouTube embed to a playlist. |
| Patch an existing item's name / duration / schedule / asset / config. |
| Remove a single item from a playlist. |
| Set the full playback order in one call. |
Example prompts
"How many players are online in my Gibeon tenant?" → calls
list_playerswithstatus: "online".
"Create a playlist called Lobby Morning, add the welcome image, then point screen 7f3a… at it and republish." →
create_playlist+add_playlist_item+update_player+publish_players.
Env reference
Var | Required | Default | Notes |
| yes | — | Must start with |
| no |
| Per-call timeout in ms. |
Links
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gibeon-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server