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.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-12 · ★ 2 · #114 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Reolink MCP

Claude Code

claude mcp add ed-dryha-reolink-mcp -- uvx reolink-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ed-dryha-reolink-mcp": {
      "command": "uvx",
      "args": [
        "reolink-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-08 - young repo, little track record yet

license MIT - declared in the repository

pypi package reolink-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ed-dryha is GitHub-verified and matches the repo owner

03 · What Reolink MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-07-11

Added · Core snapshot slice: YAML config with env-var-only camera passwords, a · CameraManager connection layer, and the list_cameras and get_snapshot · tools - a live, unconditionally downscaled snapshot from a real…

04 · Who maintains Reolink MCP

reolink-mcp is maintained by ed-dryha. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
security - ranked #114 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-11)
registry
io.github.ed-dryha/reolink-mcp (active, first published 2026-07-11)
packages
pypi:reolink-mcp

06 · Reolink MCP FAQ

What is 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.

Is Reolink MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-12 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Reolink MCP?

Run `uvx reolink-mcp`. You can also paste the ready-made client config above.

Does Reolink MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Reolink MCP

More security MCP servers · Zzop · Skill Audit MCP · Sanction · Haldir · Flagrix

More Python MCP servers · MCHS NWAU Calculator · Agenthold · Archsteer · Echorune Radar · Code Context Engine · see all