Back to Apps

Framegrab MCP Server
by groundlight
Capture images from webcams, USB cameras, RTSP streams, and YouTube live streams directly into your AI chat.
0 stars
Works in:zed
Exposes:ToolsResources
What it does
Framegrab MCP Server allows AI agents to capture real-time images from various video sources. It leverages the framegrab library to interface with local hardware (webcams) or network streams (RTSP, YouTube), enabling the AI to "see" a live feed by requesting frames on demand.
Tools
create_framegrabber: Initialize a new image capture source from a configuration.grab_frame: Capture a frame from a specified grabber in png, jpg, or webp format.list_framegrabbers: List all active image capture sources.get_framegrabber_config: Retrieve current settings for a specific grabber.set_framegrabber_config: Update configuration options for a capture source.release_framegrabber: Close and remove a capture source.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"framegrab": {
"command": "uvx",
"args": ["framegrab-mcp-server"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop and Zed.
Quick install
uvx framegrab-mcp-serverInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json under context_servers: { "framegrab": { "command": { "path": "uvx", "args": ["framegrab-mcp-server"] } } }Claude Desktop
{
"mcpServers": {
"framegrab": {
"command": "uvx",
"args": ["framegrab-mcp-server"]
}
}
}






