SimpleLocalize
About
A MCP server for SimpleLocalize, a translation management system. Requires a SimpleLocalize API key.
Details
- Author
- galvingao
- GitHub stars
- 3
- Downloads
- 222
- Categories
- Developer Tools, Other, Automation, API
- Tags
- #translation, #content-creation
Jump to
- Integrates with SimpleLocalize for translation management.
- Uses uv to manage Python dependencies.
- Requires API key via environment variable.
- Configured through .cursor/mcp.json.
- Allows custom localization rules in .cursorrules.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SimpleLocalizeCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install uv, clone the repository, run uv sync, then configure the MCP server in .cursor/mcp.json with the SIMPLELOCALIZE_API_KEY environment variable and the command pointing to the cloned directory. Optionally describe your project's localization conventions in .cursorrules before prompting the AI.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"simplelocalize": {
"mcp-simplelocalize": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"mcp-simplelocalize": {
"command": "uv",
"args": [
"sync"
]
}
}
A MCP (Model Context Protocol) server implementation forSimpleLocalize.
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/GalvinGao/mcp-simplelocalize.git
You may wish to put this at.cursor/mcp.jsonunder your project root, since SimpleLocalize API Key is specific to a single project.
Don't forget to add it to your.gitignorefile to avoid exposing your API key.
{ "mcpServers": { "simplelocalize": { "command": "uv", "args": [ "run", "--project", "/path/to/mcp-simplelocalize/", "/path/to/mcp-simplelocalize/main.py" ], "env": { "SIMPLELOCALIZE_API_KEY": "your-api-key-here" } } } }
- Describe your project localization requirements under.cursorrules. For example:
## Translations - Put all translations under the default namespace - Language codes supported by this project: en-US, ja-JP, ko-KR, and zh-Hant. - (any other conventions you want the LLM to follow, e.g. key naming style, etc. or just give it some examples would work well)
- Done! Enjoy prompting something like "Localize this component and update it to SimpleLocalize".
This project is licensed under the MIT License. See theLICENSEfile for details.
Stop creating automated PRs that promotes your service on this README. You will be blocked and your PR will NOT get merged. Well I just realized automated scripts won't see this anyways... PRs related to the actual codes are still appreciated!
Contributions are welcome! Feel free to open an issue or submit a pull request.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Locize TMS: 26 tools for translations, TM/glossary/styleguide/screenshot context, versions. OAuth.
Localization as code — 7 MCP tools to push, pull, translate, extract strings, and search translations. AI-powered, type-safe, 182 languages.
Manage content on the microCMS headless CMS using its content and management APIs.
Manage, version, and publish LLM prompts via PromptOT. Build structured prompts from blocks, add variables, save drafts, publish versions, and deliver via API — all from chat.
Manage your app’s translations directly from your AI coding assistant. Search keys, create translations, trigger machine translation. All without leaving your editor.
Translate JSON i18n files using Google Gemini or local Ollama models, with incremental caching support.
65+ AI tools as an MCP server. Research, write, code, scrape, translate, analyze, agent memory, workflows. Pay per call from $0.006.
Integrate Hygraph directly into MCP-compatible tools like Claude and Cursor, executing content operations via natural language
Schedule Once. Post Everywhere. Via MCP, API, or dashboard.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


