drio
Open app

MCP Translation Server

Source

High-performance Manchu-Chinese translation server implementing the Model Context Protocol (MCP)

Catalog onlyCatalog onlySTDIO

Overview

MCP Translation Server is a high-performance machine translation system designed for Manchu-Chinese bidirectional translation, utilizing advanced linguistic processing and deep learning techniques to provide comprehensive solutions for low-resource language translation.

To use the MCP Translation Server, clone the repository, set up the environment, configure the settings, and run the server to start translating text.

  • Enhanced morphological analysis with complete Manchu language rules support. - Advanced translation engine with multi-level translation strategies. - Rich language resources including comprehensive dictionaries and parallel corpora.
  1. Translating documents between Manchu and Chinese.
  2. Supporting linguistic research on low-resource languages.
  3. Providing real-time translation services in applications.

Add to your AI client

Use these steps to connect MCP Translation Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-translation-server-kybvwhxw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-translation-server-kybvwhxw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-translation-server-kybvwhxw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-translation-server-kybvwhxw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-translation-server-kybvwhxw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-translation-server-kybvwhxw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-translation-server-kybvwhxw"
      ]
    }
  }
}

FAQ

Can MCP Translation Server handle all types of text?

Yes! It is designed to translate various types of text, including formal documents and casual conversations.

Is there a limit to the number of translations?

No, the server can handle multiple requests concurrently, making it suitable for high-demand environments.

How accurate is the translation?

The accuracy depends on the complexity of the text and the context, but it is optimized for high performance.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1258,"uuid":"fbfb8ee0-2476-469c-be41-49ca233c0abb","name":"mcp-translation-server","title":"MCP Translation Server","description":"High-performance Manchu-Chinese translation server implementing the Model Context Protocol (MCP)","avatar_url":"https://avatars.githubusercontent.com/u/129199659?v=4","created_at":"2025-02-20T14:21:17.659Z","updated_at":"2025-02-23T07:21:17.396Z","status":"created","author_name":"KYBvWHxW","author_avatar_url":"https://avatars.githubusercontent.com/u/129199659?v=4","tags":"mcp-translation,translation-server,manchu-chinese","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/KYBvWHxW/mcp-translation-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/6581c31c16c1b13ddc2efb92e2ad69a93ddc4a92fd871ff15d401c4c6c9155a4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MCP Translation Server — MCP Registry