# microsoft/translations | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for microsoft/translations - **Stars**: ⭐ 0 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "translations": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-translations" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "translations": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-translations" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-translations` - **Docker**: `docker run -i --rm mcp/translations`