Documentation Index
Fetch the complete documentation index at: https://api-docs.ollang.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Open your Replit project
Go to replit.com and open the project where you want to use Ollang MCP.
Add the MCP configuration
In your project’s Alternatively, create a
.replit file, add an [mcp] section with the Ollang server:.replit
.replit-mcp.json file at the project root:.replit-mcp.json
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.
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