mcp
About
MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SONENTA_API_KEY SONENTA_API_BASE SONENTA_PROJECTS SONENTA_AGENT_NAME SONENTA_AGENT_TYPE SONENTA_AGENT_VERSIONClaude Code
claude mcp add --env SONENTA_API_KEY= --env SONENTA_API_BASE= --env SONENTA_PROJECTS= --env SONENTA_AGENT_NAME= --env SONENTA_AGENT_TYPE= --env SONENTA_AGENT_VERSION= mcp -- npx @sonenta/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp","command":"npx","args":["@sonenta/mcp"],"env":{"SONENTA_API_KEY":"","SONENTA_API_BASE":"","SONENTA_PROJECTS":"","SONENTA_AGENT_NAME":"","SONENTA_AGENT_TYPE":"","SONENTA_AGENT_VERSION":""}}'
JSON
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"@sonenta/mcp"
],
"env": {
"SONENTA_API_KEY": "",
"SONENTA_API_BASE": "",
"SONENTA_PROJECTS": "",
"SONENTA_AGENT_NAME": "",
"SONENTA_AGENT_TYPE": "",
"SONENTA_AGENT_VERSION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.