Back to MCP Servers
Vms
A Model Context Protocol (MCP) server designed to connect to a CCTV recording program (VMS) to retrieve recorded and live video streams. It also provides tools to control the VMS software, such as showing live or playback dialogs for specific channels at specified times.
security
By jyjune
Installation
npx -y mcp_vmsConfiguration
{
"mcpServers": {
"mcp_vms": {
"command": "npx",
"args": ["-y", "mcp_vms"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes