Skip to main content
Glama

POEditor MCP Server

by ryan-shaw

POEditor MCP Server

A Model Context Protocol (MCP) server for interacting with POEditor's translation management API.

Installation

npm install npm run build

Configuration

Configure the MCP server in your client (e.g., Claude Desktop) by adding it to your MCP settings:

{ "mcpServers": { "poeditor": { "command": "npx", "args": ["tsx", "/path/to/poeditor-mcp/src/server.js"], "env": { "POEDITOR_API_TOKEN": "your_api_token_here", "POEDITOR_PROJECT_ID": "your_project_id" } } } }

Required:

Optional:

  • POEDITOR_PROJECT_ID: Default project ID (can be overridden per tool call)

Available Tools

  • add_terms_with_translationsPREFERRED - Create multiple new terms and add their translations in one operation

  • add_translations - Add translations for existing terms (does not overwrite)

  • update_translations - Update/overwrite existing translations

  • list_terms - List all terms (with optional translations)

  • list_languages - List available languages in a project

Important Note on Context

POEditor uses the combination of term + context as a unique identifier. If a term is created with a context value, you must provide the same context when adding or updating translations for that term. Otherwise, POEditor will not be able to match the translation to the correct term.

License

MIT

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with POEditor's translation management API to create terms, add translations, and manage multilingual content. Supports operations like adding translations, updating existing ones, and listing terms and languages for translation projects.

  1. Installation
    1. Configuration
      1. Available Tools
        1. Important Note on Context
      2. License

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryan-shaw/poeditor-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server