How to Use the Arlo Smart MCP in Claude Code
Manage your Arlo Smart security from the command line. Perfect for cron jobs, shell scripts, and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Arlo Smart MCP to Claude Code
Create your Vinkius account to connect Arlo Smart to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Security in Your Shell Scripts
This MCP server makes your Arlo system a scriptable part of your terminal environment. You can pipe commands together Unix-style. Use `claude mcp call arlo-smart-mcp list_arlo_devices` and pipe the output to `jq` to extract device IDs. Then, loop through those IDs in a bash script to call `arm_arlo_device` on each one when you leave the house. It’s all text, fully automatable, and fits right into how you already work in the terminal.
Headless Footage Management via CLI
Set up a cron job to log security events automatically. A simple command like `claude mcp call arlo-smart-mcp get_arlo_recordings --dateFrom=$(date +%Y%m%d)` can be scheduled to run every night. You can pipe the output to a log file or use the presigned URLs to trigger a download script with `wget` or `curl`. This is perfect for creating your own backup system or security alert pipeline without a GUI.
Run Security Checks in CI/CD with Claude Code
Integrate Arlo security checks directly into your deployment pipelines. Before deploying a new IoT service, add a step that uses Claude Code to run a check with `get_arlo_device_modes`. This ensures your security system is in the correct state before any changes go live. If a camera is unexpectedly disarmed, you can have the pipeline fail the build, preventing risky deployments.
Set up Arlo Smart MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seearlo-smart-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Arlo Smart transactions." It will automatically discover and invoke the available Arlo Smart tools.
claude mcp add --transport http arlo-smart-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Arlo Smart MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Arlo Smart MCP today
We host it, we monitor it, we maintain it. You just paste one token.