MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls over the local network.
Project description
reolink-mcp
An open-source MCP (Model Context Protocol) server for Reolink cameras: lets Claude — or any MCP client — see and control Reolink cameras on the local network. Snapshots, device state, AI detection states, PTZ presets, and deterrence controls (spotlight, siren, IR/white LED). Local network only, no cloud.
Market gap (verified 2026-07-08): no dedicated Reolink MCP server exists
on GitHub, npm, or PyPI. Closest prior art requires a middleman:
dedsxc/mcp-frigate (needs Frigate NVR), homeassistant-mcp (needs Home
Assistant). This is a first-mover standalone niche.
A user with a Reolink camera adds reolink-mcp to their MCP client config,
asks "show me the front door camera," and gets a live snapshot — direct to
camera, no NVR or home-automation daemon in between.
Quickstart
Requires a Reolink camera reachable on the local network and its admin username/password.
1. Create your camera config
Copy config.example.yaml to
~/.config/reolink-mcp/config.yaml (or point RMCP_CONFIG_FILE at a copy
anywhere else on disk):
cameras:
front_door:
host: 192.168.1.44
username: admin
Passwords never go in this file. Set one RMCP_CAMERAS__<name>__PASSWORD
environment variable per camera instead — <name> must exactly match the
camera's key in the YAML above (lowercase snake_case):
RMCP_CAMERAS__front_door__PASSWORD=<camera-password>
Concurrent-session limit: Reolink cameras allow only a limited number of simultaneous sessions.
reolink-mcpholds onereolink-aiosession per configured camera for as long as the server runs — running it alongside another system that also holds sessions on the same cameras (an NVR, another MCP server, etc.) can exhaust that limit. See Camera compatibility & session limits below.
2. Add it to your MCP client
Claude Code:
claude mcp add reolink -- uvx reolink-mcp
Claude Desktop (claude_desktop_config.json — macOS:
~/Library/Application Support/Claude/claude_desktop_config.json, Windows:
%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"reolink": {
"command": "uvx",
"args": ["reolink-mcp"],
"env": {
"RMCP_CAMERAS__front_door__PASSWORD": "<camera-password>"
}
}
}
}
Any other MCP client (generic stdio):
{
"command": "uvx",
"args": ["reolink-mcp"]
}
That's it — ask your MCP client to "show me the front door camera."
Tools
Built on reolink-aio and the
official MCP Python SDK.
Every tool carries readOnlyHint/destructiveHint annotations so MCP
clients can gate approvals — Observe tools are read-only, Control tools
mutate camera state, and set_siren is the only tool marked destructive.
| Tool | Type | Purpose | Destructive |
|---|---|---|---|
list_cameras |
Observe | Enumerate every configured camera with live connection status, model, and host | No |
get_device_info |
Observe | Model, firmware, hardware details for a camera | No |
get_capabilities |
Observe | What a camera supports — PTZ, siren, spotlight, IR/white LED, zoom, AI detection types — in neutral feature vocabulary | No |
get_states |
Observe | Current device state: day/night mode, white LED/spotlight, IR lights, siren capability, and motion | No |
get_recent_events |
Observe | Current AI detection state (person/vehicle/pet plus any camera-reported extras) from an on-demand poll, plus the plain motion flag | No |
get_snapshot |
Observe | Live still image from a camera, returned as an MCP image content block | No |
set_siren |
Control | Sound or stop a camera's siren — ~5s safe default, 60s hard cap, over-cap requests refused not clamped | Yes |
set_audio_alarm |
Control | Enable or disable a camera's siren/audio-alarm feature — needed when set_siren is accepted by the firmware but produces no sound |
No |
set_spotlight |
Control | Turn a camera's spotlight on or off | No |
set_ir_lights |
Control | Set a camera's IR lights to auto, on, or off |
No |
set_white_led |
Control | Turn a camera's white LED on or off, with optional brightness | No |
set_zoom |
Control | Zoom a camera to an absolute position (0-100) or a relative in/out step | No |
list_presets |
Control | List a camera's named PTZ presets | No |
ptz_move_to_preset |
Control | Move a camera to a named (or numeric) PTZ preset | No |
ptz_position |
Control | Read a camera's current pan/tilt/zoom position, naming the nearest saved preset when close | No |
ptz_guard |
Control | Configure a camera's PTZ guard point and auto-return (set/goto/enable/disable) |
No |
Safety
RMCP_READ_ONLY=truestarts the server with all 10 control tools stripped at startup — they are simply never registered, not hidden. A one-line notice is printed to stderr; the client sees a clean, observe-only server with no control tools in its registry at all.set_sirendefaults to a ~5s burst when no duration is given, and refuses (never silently clamps) any request over its 60-second hard cap — a clear error asks for a shorter duration instead.- Capability gating: every control tool checks the target camera's actual capabilities before sending any command, and refuses cleanly (e.g. "camera 'front_door' has no siren") instead of letting a raw API error from an unsupported feature reach the client.
Camera compatibility & session limits
Validated live during development on:
| Camera | Validated capabilities |
|---|---|
| P437 | Siren, spotlight, zoom |
| P320 | IR lights |
PTZ tools (list_presets, ptz_move_to_preset, ptz_position,
ptz_guard) are mock-validated only — real PTZ hardware validation is
pending.
Concurrent-session limit: reolink-aio maintains one long-lived session
per camera for the lifetime of the server process. Reolink cameras cap the
number of simultaneous sessions a camera will accept; running reolink-mcp
alongside another system that independently holds sessions on the same
cameras (an NVR, Reolink's own app, a second automation stack) can hit that
cap. This project's own development setup runs against cameras shared with a
second, independent system and has been exercised under that exact
coexistence condition — if you see login/session errors, check what else
currently holds a session on the camera first.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reolink_mcp-1.0.0.tar.gz.
File metadata
- Download URL: reolink_mcp-1.0.0.tar.gz
- Upload date:
- Size: 189.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2153c58c5e49667e519a30d7d2cdec4132539b02bde5c667d154a61b77bafb84
|
|
| MD5 |
4239c651f96dd98844022e4b60a8d4b7
|
|
| BLAKE2b-256 |
7aa9f8a61615aba3483d773ac6a98e01b6382f653b104237b0655f893c6e159c
|
File details
Details for the file reolink_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: reolink_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 32.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
864403e18520b4e2aba1d727b1cdbbd68a836ef94daa18919b13ea63773132be
|
|
| MD5 |
360a05c2beaf157d06fb2042c3402147
|
|
| BLAKE2b-256 |
d34f554655584aa1abc115c951fcf8b3554fa0892938ca00db9a60663cb0b0e5
|