ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use FusionSignage with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Control digital signage screens remotely with content scheduling, playlist management, and real-time display monitoring.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete FusionSignage capability set.

These are the exact actions your AI can choose when you ask it to work with FusionSignage.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through FusionSignage.

  1. 01

    Assign playlist

    Assign playlist to screen

  2. 02

    Check fusion status

    Verify connectivity

  3. 03

    Create playlist

    Create a playlist

  4. 04

    Delete playlist

    Delete a playlist

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through FusionSignage.

  1. 05

    Get media item

    Get media details

  2. 06

    Get playlist

    Get playlist details

  3. 07

    Get screen status

    Get screen status

  4. 08

    List playlists

    List all playlists

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through FusionSignage.

  1. 09

    List screens

    List all screens

  2. 10

    Update playlist

    Update a playlist

  3. 11

    Create schedule

    Create a schedule

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through FusionSignage.

  1. 12

    Delete media

    Delete media

  2. 13

    Get screen

    Get screen details

  3. 14

    List groups

    List screen groups

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through FusionSignage.

  1. 15

    List media

    List all media

  2. 16

    List schedules

    List schedules

  3. 17

    Update screen

    Update a screen

Observed, not estimated

880ms average. Fast in production.

FusionSignage is checked daily against the live service.

Daily averagePeak 1162ms
Aug 20Today
Fastest day
758ms
Slowest day
1162ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of FusionSignage, so you can see the experience inside your AI.

It does not authenticate your account with FusionSignage. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

FusionSignage Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_O2mogRmnFhkeHTDgxHCpM27VSKA3zhvhKJyxseJg/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — FusionSignage capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "fusionsignage-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_O2mogRmnFhkeHTDgxHCpM27VSKA3zhvhKJyxseJg/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions FusionSignage owners ask.

  • 01

    Can I monitor which screens are online or offline in real time?

    Yes. Use list_screens to see all screens with their current online/offline status and assigned content. For a specific screen, use get_screen_status to check real-time connectivity and playback status. Use get_screen for detailed configuration including orientation and playlist assignment.

  • 02

    Can I create a playlist and assign it to a screen?

    Yes. Use create_playlist with a JSON payload containing name and media items. Then use assign_playlist with the screen ID and playlist ID to push it to a display. Use update_playlist to modify content order or add new media, and delete_playlist to remove unused playlists.

  • 03

    Can I schedule content to play at specific times?

    Yes. The create_schedule capability accepts a JSON configuration with time slots, playlist rotations, and screen assignments. Use list_schedules to view all active schedules. Combine with list_groups to manage multiple screens simultaneously through group assignments.