Transifex Connector for AI agents.
10 live capabilities
Manage your global localization and translation projects from your workspace.
Waiting for input…
Why people use Transifex
Transifex for Automating Translation Workflows
This Connector lets your agent do that work for you. You can ask it to pull strings, check project statuses, or verify language lists in seconds.
What Vinkius changes
Your agent takes over the manual data entry and status checking for your global launches.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Syncing content for UI updates
A developer needs to see if the latest UI strings are ready.
- Real-world use case 02
Generating project status reports
A manager wants a summary of all projects.
- Real-world use case 03
Verifying language availability
A product lead wants to know which languages are active.
Complete set · 10capabilities
The complete Transifex capability set.
These are the exact actions your AI can choose when you ask it to work with Transifex.
01—04
4 capabilities in this set.
Part of 10 available through Transifex.
- 01 Capability
Get organization
Pull the details for a specific organization using its unique ID. This helps you identify the specific settings for a brand.
- 02 Capability
Get project
Get the full details for a specific project to check its current status. This is perfect for seeing if a project is ready for launch.
- 03 Capability
Get resource
Fetch all data for a specific resource using its unique ID. This provides a full view of the content and its metadata.
- 04 Capability
List organizations
View all organizations your account has access to. This helps you manage multiple brand accounts in one place.
05—07
3 capabilities in this set.
Part of 10 available through Transifex.
- 05 Capability
List resources
Browse all available resources within a specific project. Use this to find the IDs you need for more specific queries.
- 06 Capability
Get resource string
Pull a specific string by its ID. This lets you check the current translation status for a single piece of content.
- 07 Capability
List languages
See every language currently supported within your Transifex account. Use this to verify which markets are covered.
08—10
3 capabilities in this set.
Part of 10 available through Transifex.
- 08 Capability
List projects
Browse all projects, with an optional filter for a specific organization. This is great for getting a high-level view of your work.
- 09 Capability
List resource strings
Get a full list of source strings for a particular resource. This is the fastest way to see all the content in a specific file.
- 10 Capability
Get language
Retrieve the specific details of a language based on its ID. This gives you more context on a specific target market.
Set up in minutes
One URL. Then ask Transifex to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Transifex from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Transifex, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Transifex for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Transifex URL.
- Step 03
Save and start
Save the connection and enable Transifex in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"transifex": {
"url": "https://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Transifex
Open Agent mode in chat and ask: "Using Transifex, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"transifex": {
"url": "https://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Transifex
Ask Copilot: "Using Transifex, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"transifex": {
"url": "https://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Transifex
Open Cascade and ask: "Using Transifex, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"transifex": {
"url": "https://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Transifex
Ask Cline: "Using Transifex, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add transifex --transport http "https://edge.vinkius.com/vk_preview_w8j3s8FM24pvGa0KpxguYHlaZQ7pvdaJrl77IIs4/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Transifex
Ask Claude: "Using Transifex, show me...". 10 tools are ready
Where the request belongs
Work Transifex can move forward.
Localization managers who are buried in spreadsheets and developers who need to sync content without the manual overhead.
Localization Manager
Checks the status of dozens of translation projects every morning to report progress to stakeholders.
Software Developer
Needs to quickly pull the latest source strings into a local environment to ensure the UI is correctly populated.
Product Manager
Ensures that every target language is active and ready before a major global product launch.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWeblate
Automate localization workflows via Weblate. manage projects, components, languages, and users directly from any AI agent.
Lokalise
Automate translation and localization workflows via Lokalise. manage projects, keys, and translations directly from any AI agent.
Crowdin
Equip your AI agent to manage localization projects, files, and translations directly via the Crowdin API.
Localazy (AI Translation & Localization API)
Manage software localization and translations via Localazy. list projects, import content, manage source keys, and handle glossary terms directly from your AI agent.
OneSky (App & Web Localization API)
Automate app and web localization via OneSky. manage project groups, track translation progress, and handle projects directly from your AI agent.
Phrase (Software Localization API)
Manage software localization projects, locales, and translation keys directly through the Phrase API.
Bring your own AI
Change the model, client or framework. Keep Transifex connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Transifex.
The practical details behind the request, access and result.
Can the Transifex MCP help with my translation workflow?
Yes, it connects your agent to your Transifex account so it can pull strings and check project progress. This helps you stay on top of your localization tasks without constant manual checking.
How does the Transifex MCP handle multiple organizations?
It can list all your organizations and let you pick which one to query for projects or resources. This makes it easy to manage multiple brand accounts in one place.
Can my agent see the specific strings for a resource?
Yes, it can fetch a list of source strings for any specific resource ID you provide. This is great for verifying that your source content is correct.
Does the Transifex MCP support all languages?
It can list every language currently supported in your specific Transifex account. This helps you verify which markets are covered by your current project.
How do I use the Transifex MCP to check project status?
You can ask your agent to get a specific project's details to see its current status. It will pull the latest information directly from your account.
Can I use the Transifex MCP to manage my content sync?
It helps by letting your agent read source content directly from your Transifex resources. This reduces the need for manual exports and imports.
Can the AI agent create new translation strings or modify them?
Currently, this integration focuses on listing and retrieving localization data (projects, resources, strings, languages) to ensure read-only safety.
What is the format of the organization and project IDs?
Transifex uses unique slugs prefixed with identifiers, such as 'o:organization-slug' for organizations and 'o:org-slug:p:project-slug' for projects. Your AI will use these to fetch specific details.
Does this integration support multiple Transifex organizations?
Yes, the agent can list and interact with all organizations that your API Token has access to.
One connection away
Give your agent a direct line to Transifex.
Connect Transifex once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available