Localizable XStrings MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | OpenAI model for translations | gpt-4o-mini |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| OPENAI_BASE_URL | No | Custom API base URL | |
| TRANSLATION_CHUNK_SIZE | No | Strings per API request | 50 |
| TRANSLATION_TEMPERATURE | No | Model creativity (0.0-1.0) | 0.3 |
| TRANSLATION_RATE_LIMIT_DELAY | No | Delay between requests (seconds) | 1.0 |
| TRANSLATION_MAX_CONCURRENT_CHUNKS | No | Max concurrent requests | 2 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_languages_tool | |
| get_keys_tool | |
| get_base_strings_tool | |
| translate_tool | |
| apply_tool | |
| apply_missing_tool | |
| translate_key_tool | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/iamnotagentleman/localizable-xcstrings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server