mcpbeat Sign in

Translatize MCP Server

by translatize Your server? Claim it
local only

Translatize runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 21 Jul 2026.

Read, search, edit and branch Translatize translation labels and fill missing translations.

Installs per day peak 18 · avg 10 · +33% w/w
a month agotoday
54
Installs / week
npm · @translatize/mcp
0
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Translatize every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @translatize/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@translatize/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@translatize/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@translatize/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@translatize/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRANSLATIZE_API_TOKEN (Translatize integration API token (an "mcni_..." string), bound to one project and branch. Create it under Project Settings -> Integrations at https://app.translatize.com.), TRANSLATIZE_API_URL (API base URL including the /v1 segment. Defaults to https://api.translatize.com/v1.), TRANSLATIZE_APP_URL (Web-app base URL used to build review links. Defaults to https://app.translatize.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Translatize

same job, measured the same way
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Halite
by halite

Search, read, and edit your Halite recipe collection and shopping lists.

answering
MeetNotes
by getmeetnotes

Search, read and export MeetNotes meeting transcripts, minutes and action items (getmeetnotes.com).

answering
Google Gmail
by mcparmory

Send, read, organize emails, manage labels, drafts, and filters

250 installs/wk local only
Syntitan MCP
by syntitan

AI-Ready Data Platform that fills the missing layer between data management and AI execution.

answering
S
Edict
by edict

Search your dictation transcripts and transcribe audio or video on-device, with speaker labels.

local only
Shepherd Bible API
by simplecohortllc-bible

Bible translations, books, chapters, verses, and search

5 tools answering

Translatize — questions

Answers built from our own checks of this server.

Why is there no uptime for Translatize?
Translatize runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @translatize/mcp was installed 54 times last week.
How do I connect Translatize?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @translatize/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Translatize?
The npm package @translatize/mcp was installed 54 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Translatize open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.