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
- Install dependencies:
npm install
- Set environment variables:
TRADUORA_API_URL=https://your-traduora-instance.com
TRADUORA_API_TOKEN=your-api-token
- Run in development:
npm run dev
- 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 languagecreate_translation_key- Create a new translation keyupdate_translation- Update a translation valuelist_projects- List all projectslist_languages- List languages for a projectexport_translations- Export translations as JSONimport_translations- Import translations from JSON