원클릭으로
vectorclaw-mcp
MCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | vectorclaw-mcp |
| description | MCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows. |
| openclaw | {"emoji":"🤖","requires":{"bins":["python3"],"env":["VECTOR_SERIAL"]},"install":[{"id":"pip","kind":"pip","package":"vectorclaw-mcp","label":"Install VectorClaw MCP (pip)"}],"mcp":{"servers":{"vectorclaw":{"command":"python3","args":["-m","vectorclaw_mcp.server"],"env":{"VECTOR_SERIAL":"${VECTOR_SERIAL}"}}}}} |
VectorClaw connects OpenClaw to an Anki / Digital Dream Labs Vector robot through MCP. It provides practical robot control primitives for speech, movement, camera capture, and status/sensor reads.
vector_sayvector_drive, vector_head, vector_liftvector_look and vector_capture_imagevector_status, vector_pose, vector_proximity_status, vector_touch_statusFor see → reason → act workflows, the agent must either be vision-capable itself (e.g., a VLM) or have access to a separate vision model/image-interpretation tool to analyze camera images before choosing actions.
~/.anki_vector/sdk_config.iniVECTOR_SERIAL environment variable setpip install vectorclaw-mcppython3 -m anki_vector.configureexport VECTOR_SERIAL=your-serial{
"mcpServers": {
"vectorclaw": {
"command": "python3",
"args": ["-m", "vectorclaw_mcp.server"],
"env": { "VECTOR_SERIAL": "${VECTOR_SERIAL}" }
}
}
}
Hardware-verified core tools
vector_say, vector_drive_off_charger, vector_drive, vector_emergency_stop, vector_head, vector_lift, vector_look, vector_capture_image, vector_face, vector_scan, vector_vision_reset, vector_pose, vector_status, vector_charger_status, vector_touch_status, vector_proximity_status
Experimental tools
vector_animate, vector_drive_on_charger, vector_find_faces, vector_list_visible_faces, vector_face_detection, vector_list_visible_objects, vector_cube
vector_drive_on_charger) is currently unreliabledocs/MCP_API_REFERENCE.mddocs/VECTOR_SDK_REFERENCE.mddocs/HARDWARE_SMOKE_LOG.md