Skip to main content

Ollang MCP in Cursor

Cursor is an AI-powered code editor built on VS Code. With Ollang MCP, you can manage translations directly from your development environment.

Setup

1

Open MCP settings

Go to Settings > Cursor Settings > Tools & MCP and click “New MCP Server”.
2

Add Ollang MCP

Create or edit .cursor/mcp.json in your project root:
.cursor/mcp.json
3

Authenticate

When Cursor connects to the server, a browser window opens for Ollang sign-in. Complete the authentication and return to Cursor.
4

Start using Ollang

Open Cursor’s AI chat (Cmd+L / Ctrl+L) and start asking about translations.

Use Cases

Localize i18n files during development

When working on an internationalized app, you can translate JSON locale files on the fly:

Translate code documentation

Manage translation orders from your editor

Create translation guidelines for your project

Multi-Server Configuration

Combine Ollang with other MCP servers for powerful workflows:
.cursor/mcp.json
Cursor supports both project-scoped (.cursor/mcp.json) and global (~/.cursor/mcp.json) MCP configurations. Use project-scoped for team projects and global for personal tools.