Loading MCP server directory, please wait...
Control an Amazon Blink camera and its pan/tilt mount: aim it, read its position, grab a frame.
npx @getmcp/cli add io.github.AbhijatSaxena/blink-camera-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
BLINK_USERNAMEBlink account email address.
BLINK_PASSWORDBlink account password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AbhijatSaxena/blink-camera-mcp": {
"command": "uvx",
"args": [
"blink-camera-mcp"
],
"env": {
"BLINK_USERNAME": "",
"BLINK_PASSWORD": "",
"BLINK_2FA_FILE": "",
"BLINK_CAMERA_NAME": "",
"BLINK_STATE_FILE": "",
"BLINK_FFMPEG": ""
}
}
}
}