usefulapi

Crowdin MCP server. MCP server for Crowdin — projects, files, strings, translation progress, tasks, and members.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://crowdin.usefulapi.io/mcp
  3. Authenticate with Crowdin when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "crowdin": {
      "url": "https://crowdin.usefulapi.io/mcp"
    }
  }
}
live14 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 14

ToolTypeWhat it does
crowdin_list_projectsread
List projects
List projects the token can access (id, name, source and target languages).
crowdin_get_projectread
Get project
Get a single project's details by id (settings, languages, counts).
crowdin_list_filesread
List files
List source files in a project (id, name, path, type, status).
crowdin_list_branchesread
List branches
List version branches in a project.
crowdin_list_directoriesread
List directories
List directories (folders) in a project.
crowdin_list_stringsread
List strings
List source strings in a project (id, text, identifier, context).
crowdin_get_language_progressread
Get language progress
Per-target-language translation and approval completion percentages.
crowdin_list_tasksread
List tasks
List translation and proofreading tasks (title, status, assignees).
crowdin_list_membersread
List members
List project members with their roles and permissions.
crowdin_list_supported_languagesread
List supported languages
Crowdin's catalog of supported languages (id, name, locale, code).
crowdin_add_stringwrite
Add string
Add a source string to a file in a project (additive).
crowdin_add_translationwrite
Add translation
Add a translation for a source string in a target language (additive).
crowdin_usage_statusmeta
Usage status (free-tier meter)
Report the caller's current free-tier usage this month: calls used, monthly limit, remaining, and whether the cap is reached. Read-only; does not count against the meter.
crowdin_upgrademeta
Upgrade to Pro (unlimited)
Subscribe to the Pro plan for UNLIMITED Crowdin tool calls (the free tier caps monthly usage). Choose monthly ($9/month) or yearly ($90/year — 2 months free) billing. Returns a Stripe Checkout link to open in your browser; after payment your account upgrades automatically. Read-only; does not count against the meter.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.