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.
Cursor
Claude
Claude Code
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.ai (Team/Enterprise)
Settings → Integrations → Add more
Name: TranslateSheet
URL: https://mcp.translatesheet.com/mcp
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"translatesheet": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.translatesheet.com/mcp"]
}
}
}Claude Code
claude mcp add --transport http translatesheet https://mcp.translatesheet.com/mcp