Grok Build CLI + local MCP tools

Give Grok Build a local body.

Voice input/output, precise desktop and browser control, and a real dev shell. Three AIWander MCP servers turn Grok Build CLI from a coding chat into a hands-on local operator.

grok-build + mcp
grok> open the repo, inspect the page, fix the installer links, and verify the route
loading tools: voice, hands, programmer
voice listens and speaks
hands drives browser and desktop UI
programmer reads files, runs shell, uses git
local-first, MCP-native, open source
The suite

Three tools, one operator loop.

Each piece is useful alone. Together they let Grok hear a task, touch the local machine, and modify a codebase.

Voice

Voice-Command

Local speech input and speech output for MCP clients. Use it for hands-free command, narration, and feedback loops.

Open repo
Hands

AI-Hands

Browser control, Windows UI automation, screenshots, vision, and OCR. It acts through the UI instead of guessing from text.

Open repo
Programmer

Programmer-Wander

Local development shell: files, commands, git, HTTP, transforms, and persistent sessions for real code work.

Open repo
Install

Use verified AIWander links.

The page only lists links that resolve publicly. Voice has a PowerShell installer. Hands and Programmer are linked to release assets until their repo-level installers are published.

PowerShell

Voice-Command

Run the public install script from the AIWander repo.

irm https://raw.githubusercontent.com/AIWander/Voice-Command/main/install.ps1 | iex
Release asset

AI-Hands

Download the latest Windows x64 executable from GitHub Releases.

Download hands.exe
Release asset

Programmer-Wander

Download the latest Windows x64 zip from GitHub Releases.

Download zip
Grok Build config example

Add the tools to Grok Build CLI

After placing the binaries under C:\CPC\servers, merge this shape into Grok's MCP config and adjust filenames if your install path differs.

[mcp_servers.voice] command = 'C:\CPC\servers\voice.exe' [mcp_servers.hands] command = 'C:\CPC\servers\hands.exe' [mcp_servers.programmer] command = 'C:\CPC\servers\programmer.exe'
Proof path

The demo should be Grok dogfooding the suite.

The strongest proof is one coherent run inside Grok Build CLI, not four generic product clips.

Speak the task.Use Voice-Command to give Grok an instruction without typing.
Drive the machine.Use AI-Hands to open a browser or desktop app and verify the result visually.
Edit and test code.Use Programmer-Wander to inspect a repo, patch a file, and run a command.
Narrate the outcome.Have Grok summarize what changed and what passed.
Resources

Open repos and release assets.

Use the source repos for documentation and the release assets for quick Windows setup.

Voice-CommandVoice I/O MCP server and public install script.
GitHub
AI-HandsBrowser, UI automation, vision, and OCR MCP server.
GitHub
Programmer-WanderLocal development shell MCP server.
GitHub

For public outreach, publish this page under /grok-mcp-suite/ and record the Grok dogfood demo before tagging xAI or Elon.