Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

For full product release notes, see the Phrase Help Center.
May 15, 2026
MCP ServerTMSNew feature

MCP Server v0.9.0: Analysis and Quotes for TMS

The Phrase MCP Server v0.9.0 now supports the TMS Analysis and Quotes APIs. New tools let you create and manage analyses and quotes directly from your MCP client.See the MCP Server guide for full details.
May 14, 2026
MCP ServerStringsNew feature

MCP Server v0.8.0: Strings screenshots

The Phrase MCP Server v0.8.0 adds screenshot support for Strings with new create_screenshot and create_screenshot_marker tools, so you can attach visual context to keys directly from your MCP client.See the MCP Server guide for full details.
May 8, 2026
MCP ServerNew feature

MCP Server v0.7.0: Google Drive connector, Quality Evaluator, and base64 uploads

The Phrase MCP Server v0.7.0 adds several new capabilities:
  • Google Drive connector — manage Google Drive connector resources from the MCP Server
  • Quality Evaluator — evaluate translation quality through new Quality Evaluator tools
  • Base64 file uploads — file upload tools now accept base64-encoded file_content as an alternative to file_path
See the MCP Server guide for full details.
May 4, 2026
Quality EvaluatorAPI

Quality Evaluator API

The new Quality Evaluator API enables automated, AI-powered assessment of translation quality. Define quality requirements in natural language, group them into reusable profiles, and evaluate translation segments at scale.
  • AI Checks — create custom checks from natural language quality requirements
  • Quality Profiles — group AI Checks into reusable profiles
  • Analytics — track evaluation metrics and AI unit consumption over time
See the Quality Evaluator API introduction to get started.
April 27, 2026
MCP ServerTMSNew feature

MCP Server: Termbase and Translation Memory management

The Phrase MCP Server now supports managing Termbases and Translation Memories in TMS. New tools are available for:
  • Termbases — list, get details, search, import, and export
  • Translation Memories — list, get details, search, import, and export
These tools are available as part of the TMS product in the MCP Server. See the MCP Server guide for full details.
April 24, 2026
MCP ServerBreaking change

MCP Server package renamed

The Phrase MCP Server npm package has been renamed and is now published under the @phrase organization.Before:
"args": ["-y", "phrase-mcp-server"]
After:
"args": ["-y", "@phrase/phrase-mcp-server"]
Update your MCP client configuration to use the new package name. The old phrase-mcp-server package is no longer maintained.See the MCP Server quick start for full configuration examples.