traduora-mcp-server

eagleisbatman/traduora-mcp-server

3.2

If you are the rightful owner of traduora-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.

Traduora MCP Server is a server designed to manage translations using the Traduora API, offering a range of features for handling translation projects efficiently.

Tools
7
Resources
0
Prompts
0

Traduora MCP Server

MCP server for managing translations via Traduora API.

Features

  • Get translations for projects and languages
  • Create and update translation keys
  • Manage projects and languages
  • Export/import translations
  • Batch operations

Setup

  1. Install dependencies:
npm install
  1. Set environment variables:
TRADUORA_API_URL=https://your-traduora-instance.com
TRADUORA_API_TOKEN=your-api-token
  1. Run in development:
npm run dev
  1. Build:
npm run build
npm start

Railway Deployment

The server is configured for Railway deployment. Set the environment variables in Railway dashboard.

MCP Tools

  • get_translations - Get translations for a project and language
  • create_translation_key - Create a new translation key
  • update_translation - Update a translation value
  • list_projects - List all projects
  • list_languages - List languages for a project
  • export_translations - Export translations as JSON
  • import_translations - Import translations from JSON