translation ai mcp for Cursor
io.github.csoai-org/translation-ai-mcp
Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK
client:Cursor
transport:stdio
runtime:pypi
Install translation ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"translation-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"translation-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs