> ## 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.

# Claude.ai

> Use Ollang MCP directly in Claude.ai through Claude's Connectors Directory.

# Ollang MCP in Claude.ai

[Claude.ai](https://claude.ai) can use Ollang MCP directly through Claude's **Connectors Directory**, shared across Claude.ai, Claude Desktop, mobile, Claude Code, and Cowork.

## Setup

<Steps>
  <Step title="Open Claude's Connectors Directory">
    Browse the [Connectors Directory](https://claude.ai/directory), or open **Customize → Connectors** in Claude at [claude.ai/customize/connectors](https://claude.ai/customize/connectors).
  </Step>

  <Step title="Enable Ollang">
    Select **Connectors**, search for `Ollang`, and add the **Ollang** connector. Complete the Ollang OAuth sign-in and authorization flow when prompted.
  </Step>

  <Step title="Use Ollang in a chat">
    Open a normal Claude chat and select Ollang in the search-and-tools menu. Ollang tools are now available for translation and localization tasks.
  </Step>
</Steps>

<Note>
  Ollang is listed as a community connector in the directory. Remote connectors are available on paid Claude plans: Pro, Max, Team, and Enterprise.
</Note>

## Custom Connector Fallback

If Ollang is not visible in the directory, add it manually from **Settings → Connectors → Add custom connector**:

```
https://mcp.ollang.com/mcp
```

Claude connectors run from Anthropic's cloud infrastructure rather than your device, which the publicly hosted Ollang MCP server supports.

## Use Cases

### Localize product copy

```
Read the product copy in this chat, send it to Ollang, and create French,
German, and Japanese document translation orders. Preserve placeholders and
return the order IDs.
```

### Translate an i18n file

```
Use Ollang to translate the attached en.json locale file into Spanish and
Portuguese. Keep interpolation variables unchanged and summarize the
created orders.
```

### Localize video content

```
Create Ollang subtitle and AI dubbing orders for this video URL in Spanish
and French. Apply a custom instruction to keep product names in English
and report the order status.
```

<Tip>
  Once the connector is enabled, you can invoke Ollang from ordinary Claude chats without managing a local MCP configuration file.
</Tip>
