Skip to main content

Ollang MCP in Replit

Replit is a cloud-based IDE with an AI Agent that can build, run, and iterate on code autonomously. With Ollang MCP, Replit Agent gains translation capabilities — enabling localization workflows without leaving your development environment.

Setup

1

Open your Replit project

Go to replit.com and open the project where you want to use Ollang MCP.
2

Add the MCP configuration

In your project’s .replit file, add an [mcp] section with the Ollang server:
.replit
Alternatively, create a .replit-mcp.json file at the project root:
.replit-mcp.json
3

Authenticate

When Replit Agent first uses an Ollang tool, you will be prompted to authenticate. A browser tab will open for Ollang sign-in. Complete authentication and return to Replit.
4

Use Ollang in Replit Agent

Open the Agent tab in Replit and describe your translation task. The agent will use Ollang MCP tools automatically.

Use Cases

Localize your app during prototyping

While building an app in Replit, translate your UI strings on the fly:

Translate README and documentation

Build a multilingual app faster

Check the status of ongoing translation orders

Multi-Server Configuration

Use Ollang alongside other tools in Replit Agent:
.replit-mcp.json
Store API tokens as Replit Secrets (not hardcoded values) and reference them with ${SECRET_NAME} in your MCP config. This keeps credentials secure across forks and collaborators.