mark-hingston/po-editor-mcp-server
If you are the rightful owner of po-editor-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The POEditor MCP Server is a Model Context Protocol server designed to interface with the POEditor API, providing a suite of tools for managing translation projects.
Tools
Functions exposed to the LLM to take actions
projectsList
Lists all your projects.
projectsView
Gets the details of a specific project.
projectsAdd
Creates a new project.
projectsUpdate
Updates an existing project's settings.
projectsDelete
Deletes a project.
projectsExport
Exports project translations to a file and provides a download link.
projectsSync
Synchronizes project terms.
languagesAvailable
Lists available languages for a project.
languagesList
Lists the languages in a project.
languagesAdd
Adds a language to a project.
languagesUpdate
Updates translations for a specific language.
languagesDelete
Deletes a language from a project.
termsList
Lists project terms.
termsAdd
Adds new terms to a project.
termsUpdate
Updates existing terms.
termsDelete
Deletes terms from a project.
termsAddComment
Adds comments to terms.
translationsAdd
Adds new translations.
translationsUpdate
Updates existing translations.
translationsDelete
Deletes translations.
contributorsList
Lists contributors for a project or across all projects.
contributorsAdd
Adds a contributor to a project.
contributorsRemove
Removes a contributor from a project.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client