Mcp Simplelocalize
@GalvinGao
About Mcp Simplelocalize
A MCP (Model Context Protocol) server implementation for SimpleLocalize.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-simplelocalize": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Simplelocalize?
Mcp Simplelocalize is a Model Context Protocol server implementation for the SimpleLocalize translation platform. It enables AI-powered localization management by connecting language models to SimpleLocalize projects via an API key.
How to use Mcp Simplelocalize?
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.
Key features of Mcp Simplelocalize
- 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.
Use cases of Mcp Simplelocalize
- Localize a component and update translations to SimpleLocalize.
- Automate translation updates via AI prompts.
- Enforce language code conventions per project.
FAQ from Mcp Simplelocalize
How to install?
Install uv, clone the repository, then run uv sync.
How to configure the MCP server in Cursor?
Add an entry to .cursor/mcp.json with the command uv run --project /path/to/mcp-simplelocalize/ /path/to/mcp-simplelocalize/main.py and the API key in the env field.
Where to set the API key?
Set the SIMPLELOCALIZE_API_KEY environment variable in the MCP server configuration.
What license does this project use?
MIT License.
Can I contribute?
Yes, contributions are welcome, but automated PRs promoting other services will be blocked.
Frequently asked questions
How to install?
Install uv, clone the repository, then run `uv sync`.
How to configure the MCP server in Cursor?
Add an entry to `.cursor/mcp.json` with the command `uv run --project /path/to/mcp-simplelocalize/ /path/to/mcp-simplelocalize/main.py` and the API key in the `env` field.
Where to set the API key?
Set the `SIMPLELOCALIZE_API_KEY` environment variable in the MCP server configuration.
What license does this project use?
MIT License.
Can I contribute?
Yes, contributions are welcome, but automated PRs promoting other services will be blocked.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments