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 mcp add --transport http translatesheet https://mcp.translatesheet.com/mcp
Claude
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/sseCustom connector (Claude, Cowork & Desktop)
Connect once and use TranslateSheet everywhere Claude runs — claude.ai, Cowork, Desktop, and mobile. Add our remote MCP server as a custom connector and sign in with Google. Updates and credentials are handled automatically, with nothing to reinstall.
https://mcp.translatesheet.com/mcpAdd the connector
- Pro / Max: Settings → Customize → Connectors → "Add custom connector"
- Team / Enterprise: Organization settings → Connectors → Add → Custom → Web
- Paste the URL above and click Add
- Authenticate with Google when prompted
Custom connectors are available on Free, Pro, Max, Team, and Enterprise (currently in beta). Running translation and glossary tools requires a paid TranslateSheet plan.
Claude Code (CLI)
Add TranslateSheet directly from the command line.
claude mcp add --transport http translatesheet https://mcp.translatesheet.com/mcpClaude Desktop (local stdio config)
Add to claude_desktop_config.json
{
"mcpServers": {
"translatesheet": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.translatesheet.com/mcp"]
}
}
}