MCP Server
Integrate Screenzzie with AI assistants like Claude using the Model Context Protocol
REST API Access
Integrate with the Screenzzie API to automate your digital signage. Available on the Growth plan.
MCP Server Integration
Coming Soon - The Screenzzie MCP Server is planned for a future release. This page documents the planned functionality.
The Screenzzie MCP (Model Context Protocol) server will enable AI assistants like Claude to manage your digital signage through natural language conversations.
What is MCP?
Model Context Protocol is an open standard that allows AI assistants to interact with external tools and data sources. With the Screenzzie MCP server, you will be able to:
- Ask Claude to list your screens and their status
- Create and manage playlists through conversation
- Query your media library
- Set up schedules (Growth plan)
Planned Features
Organization Tools
| Tool | Description |
|---|---|
get_organization_info | Get information about your API key, organization, rate limits, and available features |
list_organizations | List organizations accessible via your API key |
Screen Tools
| Tool | Description |
|---|---|
list_screens | List all screens with optional filters |
get_screen | Get details of a specific screen |
create_screen | Create a new screen |
update_screen | Update an existing screen |
Playlist Tools
| Tool | Description |
|---|---|
list_playlists | List all playlists |
get_playlist | Get playlist details with items |
create_playlist | Create a new playlist |
update_playlist | Update a playlist |
delete_playlist | Delete a playlist |
Media Tools
| Tool | Description |
|---|---|
list_media | List media files |
get_media | Get media file details |
delete_media | Delete a media file |
Schedule Tools (Growth Plan)
| Tool | Description |
|---|---|
list_schedules | List all schedules |
get_schedule | Get schedule details |
create_schedule | Create a new schedule |
update_schedule | Update a schedule |
delete_schedule | Delete a schedule |
Example Conversations (Planned)
Once available, here are some things you will be able to ask Claude:
Organization & Account
"What's my current API usage?"
"Show me my organization details"
"How many screens can I have with my current plan?"
Managing Screens
"Show me all my screens"
"Which screens are currently offline?"
"Create a new screen called 'Reception Display' with landscape orientation"
Working with Playlists
"List all my playlists"
"Create a new playlist called 'Holiday Promotions'"
"What items are in the 'Main Content' playlist?"
Media Library
"Show me all videos in my media library"
"How many images do I have?"
Schedules (Growth)
"Show all active schedules"
"Create a weekend schedule for the promotional playlist from 9 AM to 9 PM"
Current Alternative: REST API
While the MCP server is in development, you can use the REST API directly for all the same functionality. The API provides complete access to:
- Screens management
- Playlists and playlist items
- Media library
- Schedules (Growth plan)
See the API Overview to get started with API integration.
Stay Updated
We'll announce when the MCP server becomes available. In the meantime:
- Use the REST API for programmatic access
- Create an API Key to start integrating
- Review the API Overview for authentication details