MCP Hub
Back to servers

translation-ai-mcp

Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK AI Labs.

npm116/wk
Updated
May 4, 2026

Quick Install

npx -y translation-ai-mcp

Translation AI MCP

Language tools - text translation, language detection, grammar checking, tone adjustment, localization validation

Built by MEOK AI Labs | meok.ai

Features

ToolDescription
translate_textSee tool docstring for details
detect_languageSee tool docstring for details
check_grammarSee tool docstring for details
adjust_toneSee tool docstring for details
validate_localizationSee tool docstring for details

Installation

pip install mcp

Usage

As an MCP Server

python server.py

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "translation-ai-mcp": {
      "command": "python",
      "args": ["/path/to/translation-ai-mcp/server.py"]
    }
  }
}

Rate Limits

Free tier includes 30-50 calls per tool per day. Upgrade at meok.ai/pricing for unlimited access.

License

MIT License - see LICENSE for details.


Built with FastMCP by MEOK AI Labs

Reviews

No reviews yet

Sign in to write a review