Skip to main content
For full product release notes, see the Phrase Help Center.
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.