mcp-server-translator
v0.2.4
Published
A MCP server that provides tools to chunk and reconstruct JSON for translation.
Readme
Translator MCP Server
This MCP server acts as a translation assistant, providing a glossary for pre-translation editing.
Features
- Glossary Server: Serves glossaries for specific language pairs.
Installation
npm install @mcp-plugins/translatorUsage
Tools
get_glossary
Retrieves a glossary for a specific language pair.
Input:
source_language(string): The source language (e.g., 'zh-cn').target_language(string): The target language (e.g., 'en', 'jp', 'zh-tw').
Output:
glossary(object): The glossary for the specified language pair.
