Agentic translations you can trust
The only translation MCP that lets AI agents create and use glossaries. Keep your brand terms consistent across every translation. Zero post-editing required.
Claude Cowork
Claude Desktop
Claude Code
Cursor
VS Code
Give your AI agent full control over translations and glossaries
Natural language glossary creation
"Create a glossary from this PDF" — your agent parses the document, extracts terminology pairs, and stores them. No manual CSV uploads.
Context-aware translations
Your agent decides which glossary to use based on the project, client, or content type. Different terminology for legal vs. marketing? Handled.
Batch operations in conversation
"Translate all these files to German and French" — your agent loops through content, applies the right glossary, returns everything in one go.
Full glossary inspection
List all glossaries, inspect entries, check language pairs. Your agent can explore and understand your terminology database through conversation.
Setup Instructions
Our MCP server supports both Streamable HTTP and Server-Sent Events (SSE) transports with OAuth 2.1 authentication.
Server Endpoints
https://mcp.translatesheet.com/mcphttps://mcp.translatesheet.com/sseClaude Cowork Plugin
Install the TranslateSheet plugin directly in Claude Desktop's Cowork tab for a fully integrated translation experience with skills and glossary management.
Installation Steps
- Open Claude Desktop for macOS
- Navigate to the Cowork tab
- Click "Plugins" in the left sidebar
- Click "Upload plugin" and select the downloaded
.zipfile - Authenticate with Google when prompted
Customize the Plugin
After installing, click the "Customize" button in the upper right corner while viewing the plugin. This will start a Cowork prompt where Claude helps you tailor the plugin to your workflow.
Plugins are saved locally to your machine. Organization-wide plugin provisioning is coming in a future update.
Claude Desktop Extension
One-click MCP server installation. Download the .mcpb file and double-click to install, or drag it into Claude Desktop → Settings → Extensions.
Claude Code (CLI)
Add TranslateSheet directly from the command line.
claude mcp add --transport http translatesheet https://mcp.translatesheet.com/mcpClaude.ai (Team/Enterprise)
Settings → Integrations → Add more
Name: TranslateSheet
URL: https://mcp.translatesheet.com/mcp
Claude Desktop (Manual Config)
Add to claude_desktop_config.json
{
"mcpServers": {
"translatesheet": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.translatesheet.com/mcp"]
}
}
}