mcp for Windsurf
com.translatize/mcp
Read, search, edit and branch Translatize translation labels and fill missing translations.
client:Windsurf
transport:stdio
runtime:npm
Install mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@translatize/mcp"
],
"env": {
"TRANSLATIZE_API_TOKEN": "<TRANSLATIZE_API_TOKEN>",
"TRANSLATIZE_API_URL": "<TRANSLATIZE_API_URL>",
"TRANSLATIZE_APP_URL": "<TRANSLATIZE_APP_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs