Skip to main content
ClaudeWave

Translatize developer tooling: TypeScript SDK (@translatize/core), CLI (@translatize/cli), and MCP server (@translatize/mcp) for AI agents. Manage translations with git-like branching from your terminal, CI, or agent.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @translatize/cli
Claude Code CLI
claude mcp add integrations -- npx -y @translatize/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "integrations": {
      "command": "npx",
      "args": ["-y", "@translatize/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Translatize integrations

Client-side tooling for the Translatize integration API (the machine-token API
authenticated with `Authorization: Bearer mcni_...`). This is an npm workspace root
that is intentionally separate from the apps in the repo – it has the **only**
`package.json` with `workspaces`, and the repo root stays package.json-free.

## Packages

| Package | Directory | Status | What it is |
| --- | --- | --- | --- |
| `@translatize/core` | [`core/`](core/) | available | Zero-dependency TypeScript SDK for the integration API (client + flatten/unflatten helpers). The shared foundation everything else builds on. |
| `@translatize/cli` | [`cli/`](cli/) | available | Command-line tool (`translatize init/pull/push/status`) built on `@translatize/core`. Syncs translations from CI with git-like branching. |
| `@translatize/mcp` | [`mcp/`](mcp/) | available | Model Context Protocol server exposing the API to AI agents (Claude Code, Cursor, ...) over stdio, built on `@translatize/core`. |

### CI templates

Two ready-to-use CI integrations complement the packages. They shell out to the
`@translatize/cli` (`npx @translatize/cli ...`) rather than being npm packages,
so you consume them as workflow/pipeline config, not via `npm install`:

| Template | Home | What it is |
| --- | --- | --- |
| GitHub Action | [github.com/Translatize/sync-action](https://github.com/Translatize/sync-action) | Composite action (`translatize/sync-action`) wrapping the CLI's `pull`/`push`/`status` for GitHub workflows. |
| GitLab CI | [gitlab.com/translatize/gitlab](https://gitlab.com/translatize/gitlab) | CI/CD Catalog component (`templates/translatize.yml`) plus copy-paste `.gitlab-ci.yml` jobs. |

## Development

```bash
cd integrations
npm install        # installs every workspace and hoists dev deps
npm run build      # builds each workspace that defines a build script
npm test           # runs each workspace's test suite
```

Requires Node.js >= 18.17 (native `fetch`, `node:test`).

## Publishing

The `@translatize/core`, `@translatize/cli`, and `@translatize/mcp` packages are
published to npm under the **@translatize** scope. Publishing is **manual** –
nothing here publishes automatically. To cut a release, build first, then
`npm publish --access public` from the individual package directory (or
`npm publish --workspaces`).

What people ask about integrations

What is Translatize/integrations?

+

Translatize/integrations is mcp servers for the Claude AI ecosystem. Translatize developer tooling: TypeScript SDK (@translatize/core), CLI (@translatize/cli), and MCP server (@translatize/mcp) for AI agents. Manage translations with git-like branching from your terminal, CI, or agent. It has 0 GitHub stars and was last updated today.

How do I install integrations?

+

You can install integrations by cloning the repository (https://github.com/Translatize/integrations) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Translatize/integrations safe to use?

+

Translatize/integrations has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Translatize/integrations?

+

Translatize/integrations is maintained by Translatize. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to integrations?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy integrations to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Translatize/integrations
[![Featured on ClaudeWave](https://claudewave.com/api/badge/translatize-integrations)](https://claudewave.com/repo/translatize-integrations)
<a href="https://claudewave.com/repo/translatize-integrations"><img src="https://claudewave.com/api/badge/translatize-integrations" alt="Featured on ClaudeWave: Translatize/integrations" width="320" height="64" /></a>

More MCP Servers

integrations alternatives