Ollang MCP in OpenClaw
OpenClaw is an open-source, self-hosted personal-assistant gateway. It connects channels such as Slack, Telegram, WhatsApp, Discord, iMessage, Signal, and Teams to agents that can use Ollang for localization operations.Setup
1
Add Ollang to OpenClaw
Add a remote server under
mcp.servers in the OpenClaw JSON5 configuration:2
Or add it from the CLI
Instead of editing the configuration by hand, add the server with the OpenClaw MCP command:
3
Authenticate
Run
openclaw mcp login ollang, or let the first connection open the browser-based OAuth 2.0 + PKCE flow. Complete Ollang sign-in and return to OpenClaw.4
Check the connection
Use
openclaw mcp list, openclaw mcp tools ollang, or openclaw mcp probe ollang to inspect the server. The browser Control UI also exposes MCP settings at /settings/mcp.5
Reload after changes
Use
openclaw mcp reload after changing configuration. OpenClaw also provides mcp add, mcp set, and mcp doctor for managing and diagnosing servers.