Skip to main content

Ollang MCP in Grok Build

Grok Build is xAI’s terminal coding agent, available through the grok 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 ~/.grok/config.toml:
~/.grok/config.toml
The remote server also supports 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.

Use Cases

Keep locale files in sync

Localize a product launch video

Make localization CI-friendly

Project-level .grok/config.toml files can contribute [mcp_servers], [plugins], and [permission] settings. Keep shared Ollang configuration in user scope when you want it available across projects, and use grok inspect before troubleshooting discovery.