How to Use the FusionSignage MCP in Cursor
Run your FusionSignage deployment directly from Cursor by letting your AI agent call real display and scheduling APIs.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FusionSignage MCP to Cursor
Create your Vinkius account to connect FusionSignage to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Test signage layouts live inside Cursor
Write your custom FusionSignage layout code and immediately test it using this MCP Server in Cursor. Your Cursor editor agent calls `get_playlist` and `update_playlist` to see how your code changes affect live display playlists. Skip mock data when building custom FusionSignage dashboards in Cursor. The Cursor agent pulls real status data using `get_screen_status` and inserts it directly into your active code file.
Generate and push schedules from the editor
Direct your Cursor editor agent to use this MCP Server to write scripts that interface with `create_schedule` and `list_schedules` on your FusionSignage network. It generates complex timing rules inside Cursor and applies them to your FusionSignage displays without manual entry. When you need to clear out old FusionSignage events while coding in Cursor, the agent calls `delete_playlist` directly. This keeps your Cursor testing environment clean while you focus on writing the core scheduling logic for physical displays.
Map your physical hardware inside Cursor
Use `list_groups` to map out where your FusionSignage screens are physically located before writing deployment scripts in Cursor. The Cursor editor agent reads the groups and writes targeted code for specific physical store locations. Inspect FusionSignage media assets by running `list_media` or grabbing specific details with `get_media_item` inside your Cursor editor. This ensures your Cursor code points to valid FusionSignage media IDs before you push anything to production.
Set up FusionSignage MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the FusionSignage MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent FusionSignage transactions." If the MCP tools are loaded correctly, Cursor will call the FusionSignage tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fusionsignage-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FusionSignage. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FusionSignage MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FusionSignage MCP today
We host it, we monitor it, we maintain it. You just paste one token.