Add your description here
Project description
mcp-simplelocalize
A MCP (Model Context Protocol) server implementation for SimpleLocalize.
Usage
Install
curl -LsSf https://astral.sh/uv/install.sh | sh
- Clone the repository
git clone https://github.com/GalvinGao/mcp-simplelocalize.git
- Install dependencies
uv sync
- Configure Cursor
You may wish to put this at .cursor/mcp.json under your project root, since SimpleLocalize API Key is specific to a single project.
Don't forget to add it to your .gitignore file 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".
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_simplelocalize_mcp-0.1.1.tar.gz.
File metadata
- Download URL: mseep_simplelocalize_mcp-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77795e8443220d0cc15d864e9a3d866ad89b0a69a9430116b99cf3b219f4a875
|
|
| MD5 |
6000bfa564ddf52d892a24c324149ea2
|
|
| BLAKE2b-256 |
712f629d6cc986a21dcfc5e30c96c442ef8aa7dd1c80225e440c69f888de5fbb
|
File details
Details for the file mseep_simplelocalize_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mseep_simplelocalize_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0158ce354314218ef12532dd4e2a949feacdb391e11a84a0f37ea15952c678b
|
|
| MD5 |
84a31de74b3d6d97b987789314330e0a
|
|
| BLAKE2b-256 |
75244bbe70611736ef6d3a917f3d2f85e96963b95e1e6cfefa710937a49ceb71
|