Skip to main content
SecurityPython

jyjune/mcp_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.

securitylocal-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/jyjune/mcp_vms

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcpvms": {
      "command": "npx",
      "args": [
        "-y",
        "jyjune/mcp_vms"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
jyjune