Agent
Freeby MCP Community
MCP Agent for ZCam cameras with discovery, control, and streaming capabilities
v1.0.3Added Apr 12, 2026
mcpzcamcameraptzstreaming
Agent MCP Server
MCP Agent for ZCam cameras with discovery, control, and streaming capabilities
Installation
npx -y @bang_imvt/mcp-agent
Reviews
Installation
Quick install
npx -y @bang_imvt/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@bang_imvt/mcp-agent"]
}
}
}