Crowdin

Crowdin

Crowdin is a localization management platform that streamlines the translation process, offering tools for collaboration, content centralization, and workflow automation.

113VIEWS
2258USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app crowdinnpx @composio/cli add cursor --app crowdinnpx @composio/cli add cursor --app crowdinnpx @composio/cli add cursor --app crowdin

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Branch

Tool to create a new branch in a crowdin project. use when you need to isolate translations for a new feature or release.

Add File

Tool to add a new file to a crowdin project. use after uploading the file to storage to place it under the specified project, branch, or directory.

Add Label

Tool to create a new label in a crowdin project. use when you need to tag resources with a custom identifier, such as 'sprint-5'.

Create Crowdin Project

Tool to create a new project in crowdin. use before uploading source files to initialize translation workflows.

Add Webhook

Tool to create a new webhook in a crowdin project. use after confirming the project id and desired event triggers.

Assign Label To Strings

Tool to assign the specified label to provided string ids in a project. use after creating the label or verifying string ids to categorize content.

Delete Branch

Tool to delete a specific branch from a crowdin project. use when you need to remove an obsolete branch after it's fully merged.

Delete Label

Tool to delete the label identified by the specified label id in a project. use when you need to remove outdated or incorrect labels. ensure no resources reference the label before deletion.

Delete Project

Tool to delete a crowdin project by its id. use when you need to permanently remove a project after confirming no further usage. ensure all resources are no longer needed before deletion.

Delete Webhook

Tool to delete the webhook identified by the specified webhook id in a crowdin project. use when you need to remove obsolete or incorrect webhooks after confirming project and webhook ids.

Edit File

Tool to update file details in a project. use after confirming valid project and file ids.

Edit Label

Tool to edit a label in a crowdin project. use when you need to update the name or description of an existing label. ensure the label exists before using. example: edit label 42 to 'release-1.1'.

Edit Project

Tool to update project details using json-patch. use after confirming project settings to modify metadata like name, description, visibility, or languages.

Edit String

Tool to update string details in a crowdin project. use when you need to modify a string's text or metadata after creation.

Get Label

Tool to retrieve information about the label identified by the specified label id in a project. use after confirming the project context to fetch label details.

Get Language

Tool to retrieve details of a specific language. use when you have a language identifier and need locale codes and plural rules before configuring translations.

Get Member Info

Tool to retrieve information about a project member. use when you need to inspect details for a specific user within a project after obtaining their member id.

Get Project

Tool to retrieve details of a specific crowdin project. use when you need to inspect project settings before making updates.

Get String

Tool to retrieve details of a specific string in a crowdin project. use after confirming the project and string ids to fetch its metadata.

Get Webhook

Tool to retrieve information about the webhook identified by the specified webhook id in a project. use after confirming the project context to fetch webhook details.

20 actions available