Ollang MCP in Grok Build
Grok Build is xAI’s terminal coding agent, available through thegrok CLI. With Ollang MCP, Grok can make localization part of development, release, and CI workflows.
Setup
1
Install Grok CLI
Install the CLI:Grok Build requires SuperGrok or X Premium Plus.
2
Add Ollang MCP
Create or edit the user-scope The remote server also supports
~/.grok/config.toml:~/.grok/config.toml
headers and bearer_token_env_var when your setup requires them. You can set common options such as enabled, startup_timeout_sec, tool_timeout_sec, and tool_timeouts.3
Inspect and authenticate
Run
grok inspect to see the configuration sources and discovered MCP servers. On first use, Grok opens the Ollang OAuth 2.0 + PKCE sign-in flow in your browser.4
Start a localization task
Ask Grok to use Ollang from an interactive session, or use
-p for a headless script or CI job.