VectorClaw v1.0.0: MCP Server for Anki Vector Robot Control

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
VectorClaw v1.0.0: MCP Server for Anki Vector Robot Control
Ad

VectorClaw v1.0.0 is an MCP server that lets OpenClaw control a physical Anki Vector robot. The Vector is a palm-sized robot with tank treads, a lift arm, HD camera, proximity/cliff sensors, touch sensor, speaker, screen face, and WiFi connectivity that can operate cloud-independently with Wire-Pod.

Available Tools

The server provides 23 MCP tools organized into functional categories:

  • Speech: vector_say
  • Motion: vector_drive, vector_head, vector_lift
  • Perception: vector_look, vector_capture_image
  • Sensors: vector_proximity_status, vector_touch_status, vector_pose
  • Display: vector_face

How It Works

This enables embodied AI through tool orchestration. Your agent can perceive → reason → act in a loop:

vector_look() → capture image
Send to vision model → "What do you see?"
Agent decides action based on response
vector_drive() or vector_say() → act

The approach allows your assistant to control a physical platform by calling tools rather than requiring a specialized robotics model.

Ad

Roadmap

v1.x planned features:

  • Async motion control (non-blocking drive with interrupt capability)
  • Audio recording from robot microphones
  • Multiple robot support
  • Personality modes

v2.0 vision: ROS2 integration for SLAM + NAV2, enabling higher-level commands like "go to kitchen" instead of low-level "turn 90°, drive 2m" instructions.

Links

  • PyPI: https://pypi.org/project/vectorclaw-mcp/
  • ClawHub: https://clawhub.ai/danmartinez78/vectorclaw-mcp
  • GitHub: https://github.com/danmartinez78/VectorClaw

📖 Read the full source: r/openclaw

Ad

👀 See Also

Workflow orchestrator with AI CLI integration for sysadmin tasks
Tools

Workflow orchestrator with AI CLI integration for sysadmin tasks

A developer built a file-based workflow orchestrator called 'workflow' that integrates with Claude Code, Codex CLI, and Gemini CLI. It generates, updates, fixes, and refines YAML workflows from natural language descriptions for sysadmin tasks.

OpenClawRadar
AIBrain adds persistent memory and self-improvement to Claude Code
Tools

AIBrain adds persistent memory and self-improvement to Claude Code

AIBrain is a tool that gives Claude Code persistent memory between sessions with semantic search retrieval and self-improvement cycles. It includes 53 workflows, 44 skills, 9 MCP servers, and supports multi-agent mesh networking via Tailscale.

OpenClawRadar
Skales Desktop AI Agent Built with Claude, Features Clippy-Style Mascot
Tools

Skales Desktop AI Agent Built with Claude, Features Clippy-Style Mascot

Skales is a desktop AI agent that runs locally on Windows and macOS, using Claude via OpenRouter/Anthropic API for reasoning and tool execution. It includes a floating Desktop Buddy mascot with a paperclip skin reference and can execute commands like sending emails, managing files, browsing the web, and managing calendars.

OpenClawRadar
RelayCode VS Code Extension Routes Claude Code Through Sovereign RDUs
Tools

RelayCode VS Code Extension Routes Claude Code Through Sovereign RDUs

OpenGPU has released RelayCode, a VS Code extension that acts as a local proxy to route Claude Code or Copilot requests through their decentralized network to open-weight models like DeepSeek-R1 and MiniMax M2.5 running on sovereign reconfigurable dataflow units.

OpenClawRadar