MCP
Officialby sonenta
MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.
MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.
README not available yet.
Install
Configuration
SONENTA_API_KEYsecretSonenta API key (mcp:* scope). If omitted, the server reads it from ~/.sonenta/credentials (run `sonenta login`). Legacy SONENTA_TOKEN / VERBUMIA_API_KEY / VERBUMIA_TOKEN are also accepted.
SONENTA_API_BASEdefault https://api.sonenta.devAPI host. Defaults to https://api.sonenta.dev.
SONENTA_PROJECTSComma-separated project UUIDs to scope the server to. Optional; use SONENTA_PROJECT for a single project.
SONENTA_AGENT_NAMEOptional agent identity — a short run name that groups this session's work in the Sonenta dashboard.
SONENTA_AGENT_TYPEOptional agent identity — the agent kind (e.g. sonenta-i18n, sonenta-a11y).
SONENTA_AGENT_VERSIONOptional agent identity — the agent version. Defaults to the server's own version when unset.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sonenta/mcp@0.44.0"
],
"env": {
"SONENTA_API_KEY": "<YOUR_SONENTA_API_KEY>",
"SONENTA_API_BASE": "https://api.sonenta.dev",
"SONENTA_PROJECTS": "<YOUR_SONENTA_PROJECTS>",
"SONENTA_AGENT_NAME": "<YOUR_SONENTA_AGENT_NAME>",
"SONENTA_AGENT_TYPE": "<YOUR_SONENTA_AGENT_TYPE>",
"SONENTA_AGENT_VERSION": "<YOUR_SONENTA_AGENT_VERSION>"
}
}
}
}