Sign Inspire MCP Server
Click on "Deploy 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., "@Sign Inspire MCP ServerList all screens that are currently offline."
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.
Sign Inspire MCP Server
The official Model Context Protocol (MCP) server for Sign Inspire, a cloud-based Digital Signage platform.
This server allows AI agents (like Claude Desktop, Cursor, or your custom agents) to seamlessly interact with your digital signage network. Manage screens, deploy campaigns, and check real-time playback status entirely through natural language.
π Features
Exposes the core API capabilities of Sign Inspire Digital Signage to AI models:
list_locations: View all active screens, kiosks, and digital menu boards across your locations.list_media: Access your cloud media library (images, videos, HTML widgets).create_campaign: Instantly schedule and publish new advertising content to specific displays.get_screen_status: Monitor real-time online status and current playback of any hardware player.
πΊοΈ Roadmap
We are actively working on migrating the remaining 20+ Sign Inspire API endpoints to this public MCP specification. Future updates will include playlist management, device reboot controls, and advanced screen telemetry.
Related MCP server: Publora MCP Server
π‘ Example AI Interactions
Here are a few ways you can interact with the server via an AI assistant like Claude:
1. Checking Screen Status
You: "Are there any screens currently offline in the Sydney office?" AI: Calls
list_locationsandget_screen_status-> "Screen IDsyd-lobby-1is currently offline. The last heartbeat was 45 minutes ago."
2. Deploying a Campaign
You: "Create a new campaign called 'Summer Promo' and deploy the beach video to all screens in the Melbourne store." AI: Calls
list_mediato find the video ID,list_locationsto find Melbourne screens, andcreate_campaignto publish -> "Successfully created the 'Summer Promo' campaign and pushed it to 4 screens in Melbourne. It is now live."
π¦ Installation & Usage
Use with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sign-inspire": {
"command": "npx",
"args": ["-y", "@signinspire/mcp-server"],
"env": {
"SIGNINSPIRE_API_KEY": "your_api_token_here"
}
}
}
}Use with Cursor
Open Cursor Settings -> Features -> MCP
Click + Add New MCP Server
Select type:
commandName:
Sign InspireCommand:
npx -y @signinspire/mcp-serverAdd the environment variable
SIGNINSPIRE_API_KEY.
π Getting an API Key
To use this MCP server, you need an active Sign Inspire workspace.
Log in to your dashboard.
Navigate to Developer Settings > API Keys.
Generate a new token with
read/writepermissions.
π οΈ Development
# Install dependencies
npm install
# Build the TypeScript project
npm run build
# Run locally
npm run startπ€ Contributing
We welcome contributions! Whether it's adding support for new API endpoints or improving the documentation, please feel free to submit a Pull Request.
π License
This project is licensed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
Official MCP server for Agentwork β delegate tasks to AI agents with human-in-the-loop
Official MCP server for subfeed.app β the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
- LovableOAuthdev.lovable
Official MCP server for Lovable, the AI-powered full-stack app builder.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceOfficial MCP server for PostIdentity - Generate AI-powered social media posts, threads, and replies from any MCP-compatible AI assistant with identity management and refinement capabilities.31 npm1MIT

Publora MCP Serverofficial
AlicenseBqualityDmaintenanceOfficial MCP server for Publora that enables AI assistants to schedule posts, manage accounts, and retrieve analytics across multiple social media platforms through natural language.181 npm5MIT- AlicenseAqualityBmaintenanceOfficial MCP server for NanoCart, enabling AI agents to manage products, orders, coupons, categories, subscribers, settings, and pull sales reports from your store.3166 npmMIT

QA Touch MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceOfficial MCP server for QA Touch, enabling AI assistants to manage test cases, defects, test runs, and more via natural language.113 npmMIT