Skip to main content

Ollang MCP Server

The Ollang MCP Server brings the full power of Ollang’s translation and localization platform directly into your AI-powered development environment. Using the Model Context Protocol, any compatible AI assistant can upload files, create translation orders, manage projects, and run quality checks — all through natural language.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants interact with external tools and services. Instead of copying and pasting between your AI assistant and the Ollang dashboard, MCP enables the assistant to call Ollang APIs directly on your behalf.
Ollang MCP is hosted on Cloudflare Workers and supports both SSE and HTTP streaming transports. No local installation required for the remote server.

What Can You Do?

With Ollang MCP, your AI assistant can:
  • Upload files — Videos, documents, subtitles, JSON, and DITA files
  • Create translation orders — Subtitles, closed captions, AI dubbing, studio dubbing, and document translation
  • Manage orders — Track status, cancel, rerun, and request human review
  • Run QC evaluations — AI-powered quality checks for accuracy, fluency, tone, and cultural fit
  • Handle revisions — Create, view, and delete revision requests
  • Manage projects — Browse and inspect all uploaded projects
  • Custom instructions — Create reusable translation guidelines
  • Read subtitle files — Parse SRT, VTT, ASS, and SSA formats from URLs

Authentication

Ollang MCP uses OAuth 2.0 with PKCE for secure authentication. When you connect for the first time, you’ll be redirected to sign in with your Ollang account. The server handles token management automatically.
1

Connect the MCP server

Add the Ollang MCP server URL to your AI client configuration.
2

Authenticate

Your AI client will open a browser window for Ollang sign-in (email OTP or Google/GitHub OAuth).
3

Start using tools

Once authenticated, all 24 Ollang MCP tools become available to your AI assistant.

Supported AI Clients

Ollang MCP works with any MCP-compatible client, including:
ClientTransportSetup Guide
Claude DesktopSSE / HTTP StreamingGuide
Claude CodeSSE / HTTP StreamingGuide
CursorSSE / HTTP StreamingGuide
DevinSSEGuide
ReplitSSEGuide
LovableSSEGuide
WindsurfSSECompatible
Cline (VS Code)SSECompatible
Continue.devSSECompatible

Architecture

┌─────────────────┐     MCP Protocol      ┌──────────────────┐     REST API     ┌─────────────┐
│   AI Assistant   │ ◄──────────────────► │  Ollang MCP      │ ◄──────────────► │  Ollang API  │
│ (Claude, Cursor) │   SSE / HTTP Stream   │  (Cloudflare)    │   X-Api-Key      │  (ollang.com)│
└─────────────────┘                        └──────────────────┘                  └─────────────┘

                                              OAuth 2.0 + PKCE

                                           ┌────────────────┐
                                           │  Stytch Auth   │
                                           └────────────────┘