Click on "Install 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., "@MCP Server - VMS Integrationshow me the live feed from camera 3"
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.
MCP Server - VMS Integration
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.

Features
Retrieve video channel information, including connection and recording status.
Fetch recording dates and times for specific channels.
Fetch live or recorded images from video channels.
Show live video streams or playback dialogs for specific channels and timestamps.
Control PTZ (Pan-Tilt-Zoom) cameras by moving them to preset positions.
Comprehensive error handling and logging.
Prerequisites
Python 3.12+
vmspylibrary (for VMS integration)Pillowlibrary (for image processing)
MCP-server Configuration
If you want to use mcp-vms with Claude desktop, you need to set up the claude_desktop_config.json file as follows:
VMS Connection Configuration
The server uses the following default configuration for connecting to the VMS:
mcp_vms_config.py
Installation
1. Install UV Package Manager
Run the following command in PowerShell to install UV:
For alternative installation methods, see the official UV documentation.
2.Install VMS Server
Download and install the VMS server from:
http://surveillance-logic.com/en/download.html
(Required before using this MCP server)
3.Install Python Dependencies
Download the vmspy library:
vmspy1.4-python3.12-x64.zip
Extract the contents into your mcp_vms directory
The mcp-vms directory should look like this: