F
licenseNot graded
qualityF
maintenanceA Model Context Protocol server that enables AI assistants to access and control webcams through OpenCV, allowing for image capture and camera setting manipulation.
19
-
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type @ followed by the MCP server name and your instructions, e.g., "@camera-mcp take a photo with 1280x720 resolution and save it as a PNG"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Camera MCP server
$ uv run --with git+https://github.com/u1f992/camera-mcp camera-mcp --help
usage: camera-mcp [-h] [--width WIDTH] [--height HEIGHT] [--hflip] [--vflip] [--brightness BRIGHTNESS] [--png] [--comment COMMENT]
{/dev/video0,/dev/video1,/dev/video2,/dev/video3}
Camera MCP server
positional arguments:
{/dev/video0,/dev/video1,/dev/video2,/dev/video3}
camera device
options:
-h, --help show this help message and exit
--width WIDTH capture width (default: 640) (software fallback if unsupported)
--height HEIGHT capture height (default: 480) (software fallback if unsupported)
--hflip flip image horizontally (software fallback if unsupported)
--vflip flip image vertically (software fallback if unsupported)
--brightness BRIGHTNESS
camera brightness (ignored if unsupported)
--png use PNG instead of JPEG
--comment COMMENT additional description for LLMThis server cannot be deployed
MCP server for Google Veo AI video generation
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for Wan AI video generation