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

Installation

npx -y mcp_vms

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub