Manage ISellMore translations directly from Cursor IDE. Search, create, edit and promote translation keys using AI chat.
Download mcp_server.pymcp[cli], httpx
pip install "mcp[cli]" httpx
C:\Users\YourName\.cursor\mcp-servers\mcp_server.py
~/.cursor/mcp.json (global) or .cursor/mcp.json (project)
and add the following to "mcpServers":
"translations": {
"command": "python",
"args": [
"C:\\Users\\YourName\\.cursor\\mcp-servers\\mcp_server.py"
],
"env": {
"TRANSLATIONS_API_URL": "http://translations.isellmore.com"
}
}
C:\Users\YourName\.cursor\mcp-servers\mcp_server.py
with the actual path where you saved the file.
Settings → MCP and verify that the
translations server shows a green status indicator.
| Tool | Description |
|---|---|
search_translations | Search keys by query with pagination |
get_translation | Get all translations for a key |
get_languages | List available languages |
get_route | Get route for a key |
create_key | Create key with auto-translation |
update_translation_value | Update a translation value |
update_key_name | Rename a key |
delete_key | Delete a key and its translations |
move_to_test | Promote to TEST |
move_to_release | Promote to RELEASE |
move_to_prod | Promote to PRODUCTION |