translation-ai-mcp
v1.0.0
Published
Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK AI Labs.
Downloads
44
Maintainers
Readme
Translation AI MCP
Language tools - text translation, language detection, grammar checking, tone adjustment, localization validation
Built by MEOK AI Labs | meok.ai
Features
| Tool | Description |
|------|-------------|
| translate_text | See tool docstring for details |
| detect_language | See tool docstring for details |
| check_grammar | See tool docstring for details |
| adjust_tone | See tool docstring for details |
| validate_localization | See tool docstring for details |
Installation
pip install mcpUsage
As an MCP Server
python server.pyClaude 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
