mcp for Cline
com.sonenta/mcp
MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.
client:Cline
transport:stdio
runtime:npm
Install mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sonenta/mcp"
],
"env": {
"SONENTA_API_KEY": "<SONENTA_API_KEY>",
"SONENTA_API_BASE": "<SONENTA_API_BASE>",
"SONENTA_PROJECTS": "<SONENTA_PROJECTS>",
"SONENTA_AGENT_NAME": "<SONENTA_AGENT_NAME>",
"SONENTA_AGENT_TYPE": "<SONENTA_AGENT_TYPE>",
"SONENTA_AGENT_VERSION": "<SONENTA_AGENT_VERSION>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs