tolgee-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tolgee-mcplist all translation projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tolgee-mcp
An MCP server that wraps the Tolgee localization platform API, enabling LLMs to manage translation projects, keys, translations, languages, and related workflows.
Quick Start
The only prerequisite is uv.
Claude Desktop
Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"tolgee": {
"command": "uvx",
"args": ["tolgee-mcp"],
"env": {
"TOLGEE_API_KEY": "your-api-key"
}
}
}
}OpenCode
Add to your opencode.json:
{
"mcp": {
"tolgee": {
"type": "local",
"command": ["uvx", "tolgee-mcp"],
"enabled": true,
"environment": {
"TOLGEE_API_KEY": "your-api-key"
}
}
}
}Other MCP Clients
Any MCP client that supports STDIO servers can use the same pattern:
TOLGEE_API_KEY=your-api-key uvx tolgee-mcpSelf-hosted Tolgee
If you're running your own Tolgee instance, add the TOLGEE_API_URL environment variable:
{
"mcpServers": {
"tolgee": {
"command": "uvx",
"args": ["tolgee-mcp"],
"env": {
"TOLGEE_API_KEY": "your-api-key",
"TOLGEE_API_URL": "https://tolgee.your-domain.com"
}
}
}
}Related MCP server: texterify-mcp
Configuration
Variable | Required | Default | Description |
| Yes | — | Your Tolgee API key |
| No |
| Base URL of your Tolgee instance |
Tools
Projects
Tool | Description |
| List all projects accessible to the authenticated user |
| Get details of a specific project |
| Create a new project |
| Update a project's settings |
| Delete a project (irreversible) |
Languages
Tool | Description |
| List all languages in a project |
| Add a new language to a project |
| Update a language's properties |
| Delete a language and all its translations |
Keys
Tool | Description |
| List localization keys with pagination |
| Search keys by name |
| Create a new key with optional translations and namespace |
| Update a key's name |
| Delete one or more keys |
| Batch import keys with translations |
Translations
Tool | Description |
| Get translations with language and pagination filters |
| Set translation values for an existing key |
| Create a key if needed and set its translations |
| Set the state of a translation (e.g. reviewed, translated) |
| Get modification history of a translation |
Export / Import
Tool | Description |
| Export translations (JSON, XLIFF, etc.) |
| Single-step import of translations |
Tags & Namespaces
Tool | Description |
| List all tags in a project |
| Add a tag to a key |
| Remove a tag from a key |
| List all used namespaces |
| Rename a namespace |
Development
git clone https://github.com/ytarfa/tolgee-mcp.git
cd tolgee-mcp
uv sync
TOLGEE_API_KEY=your-api-key uv run tolgee-mcpLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables users to add translation keys to Lokalise projects using natural language through Cursor or standalone interfaces. It allows for the specification of project names, translation keys, default values, and target platforms.Last updated1254ISC
- AlicenseAqualityDmaintenanceAn MCP server that provides LLM agents with full access to the Texterify translation management API. It enables users to search, create, update, and delete translation keys and their values directly through natural language within their development environment.Last updated401ISC
- AlicenseAqualityCmaintenanceMCP server for managing i18n translation files — gives your AI agent full control over your app's translations without dumping entire locale files into context.Last updated1325110MIT
- Alicense-qualityAmaintenanceOpen-source, self-hosted translation management system with an MCP server that enables AI agents to manage projects, locales, keys, and translations via natural language, and includes a CLI for deterministic file syncing.Last updated1MIT
Related MCP Connectors
Translate MCP — wraps LibreTranslate API (https://libretranslate.com/)
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ytarfa/tolgee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server