Reolink MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from pypi. Last commit 12 Jul 2026.
MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls
Today is the operative word: we check Reolink MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add reolink-mcp -- uvx reolink-mcp
{
"mcpServers": {
"reolink-mcp": {
"args": [
"reolink-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.reolink-mcp]
command = "uvx"
args = ["reolink-mcp"]
{
"mcpServers": {
"reolink-mcp": {
"args": [
"reolink-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"reolink-mcp": {
"args": [
"reolink-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
RMCP_CONFIG_FILE (Path to the camera config YAML (default: ~/.config/reolink-mcp/config.yaml)), RMCP_READ_ONLY (Set to 'true' to strip all control tools and run observe-only).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Android automation with UI interaction, screenshots, and device control
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
MCP server for Android device control via ADB and scrcpy
MCP Server for Revit integration - AI-Powered Revit Control
MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
MCP server for Mac — control Calendar, Mail, Notes, Reminders, and any Mac app, fully on-device.
Walter Remote MCP Server — AI humanization and detection tools
MCP server for the SCF Controls Platform — 187 tools for controls, evidence, risk, and TPRM.
Answers built from our own checks of this server.