Servers
framegrab-mcp-server
@groundlight
An MCP server for capturing images from cameras and video streams
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"framegrab": {
"command": "/Users/your_user/.cargo/bin/uvx",
"args": [
"framegrab-mcp-server"
]
}
}
}