How to Use the Crowdin MCP in Claude Code
Pipe your Crowdin localization data directly into the terminal. This headless MCP server is built for your CI/CD pipelines and shell scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Crowdin MCP to Claude Code
Create your Vinkius account to connect Crowdin to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Localization QA in CI
Add a QA step to your build pipeline that checks your Crowdin project status. A simple script can use `list_project_files` to check for files with low translation coverage or `list_project_tasks` to find stalled proofreading tasks. If a file's translation progress is below 90%, you can fail the build. This MCP Server lets your CI system talk directly to Crowdin, catching localization issues before they hit production.
Script Project Health Checks
Write a shell script that runs nightly via cron. It can connect to this MCP server to perform health checks on your entire Crowdin account. Use `list_projects` and `get_project_details` to make sure every project has target languages defined. Chain that with `list_translation_memories` to confirm that each project is linked to a TM. You can pipe the output to a log file or send a notification if something's wrong. It’s set-and-forget monitoring for your localization workflow.
Headless Reporting for Claude Code
Don't log into the web UI just to download a report. Use `claude mcp` with the `list_project_reports` tool to pull data directly into your terminal. Pipe the output to `jq` to parse it or send it to another service. This is perfect for automated financial tracking or for sending weekly progress summaries to a Slack channel. You get the data you need, where you need it, with no manual steps.
Set up Crowdin MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecrowdin-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Crowdin transactions." It will automatically discover and invoke the available Crowdin tools.
claude mcp add --transport http crowdin-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Crowdin MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Crowdin MCP today
We host it, we monitor it, we maintain it. You just paste one token.