← Back to Plugins
MCP Server MCP

io.github.ed-dryha/reolink-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls

Homepage Verified source GitHub

Install

uvx reolink-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "reolink-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the camera config YAML (default: ~/.config/reolink-mcp/config.yaml)",
          "name": "RMCP_CONFIG_FILE"
        },
        {
          "description": "Set to 'true' to strip all control tools and run observe-only",
          "name": "RMCP_READ_ONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...