{"id":28944141,"url":"https://github.com/galvingao/mcp-simplelocalize","last_synced_at":"2026-03-11T04:31:46.340Z","repository":{"id":284338162,"uuid":"954613538","full_name":"GalvinGao/mcp-simplelocalize","owner":"GalvinGao","description":"A MCP (Model Context Protocol) server implementation for SimpleLocalize.","archived":false,"fork":false,"pushed_at":"2025-09-08T14:14:59.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-12T19:43:38.491Z","etag":null,"topics":["mcp","simplelocalize"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GalvinGao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-25T10:56:33.000Z","updated_at":"2025-09-08T14:15:02.000Z","dependencies_parsed_at":"2025-03-25T11:36:37.245Z","dependency_job_id":"c4bde122-c129-413b-b569-9fc67713afc4","html_url":"https://github.com/GalvinGao/mcp-simplelocalize","commit_stats":null,"previous_names":["galvingao/mcp-simplelocalize"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GalvinGao/mcp-simplelocalize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinGao%2Fmcp-simplelocalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinGao%2Fmcp-simplelocalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinGao%2Fmcp-simplelocalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinGao%2Fmcp-simplelocalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GalvinGao","download_url":"https://codeload.github.com/GalvinGao/mcp-simplelocalize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinGao%2Fmcp-simplelocalize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30370797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","simplelocalize"],"created_at":"2025-06-23T05:40:14.602Z","updated_at":"2026-03-11T04:31:46.333Z","avatar_url":"https://github.com/GalvinGao.png","language":"Python","funding_links":[],"categories":["Translation Services"],"sub_categories":["How to Submit"],"readme":"# `mcp-simplelocalize`\n\nA MCP (Model Context Protocol) server implementation for [SimpleLocalize](https://simplelocalize.io).\n\n## Usage\n\n### Install\n\n1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/)\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n2. Clone the repository\n\n```bash\ngit clone https://github.com/GalvinGao/mcp-simplelocalize.git\n```\n\n3. Install dependencies\n\n```bash\nuv sync\n```\n\n4. Configure Cursor\n\nYou may wish to put this at `.cursor/mcp.json` under your project root, since SimpleLocalize API Key is specific to a single project.\n\nDon't forget to add it to your `.gitignore` file to avoid exposing your API key.\n\n```json\n{\n \"mcpServers\": {\n  \"simplelocalize\": {\n   \"command\": \"uv\",\n   \"args\": [\n    \"run\",\n    \"--project\",\n    \"/path/to/mcp-simplelocalize/\",\n    \"/path/to/mcp-simplelocalize/main.py\"\n   ],\n   \"env\": {\n    \"SIMPLELOCALIZE_API_KEY\": \"your-api-key-here\"\n   }\n  }\n }\n}\n```\n\n5. Describe your project localization requirements under `.cursorrules`. For example:\n\n```markdown\n## Translations\n- Put all translations under the `default` namespace\n- Language codes supported by this project: `en-US`, `ja-JP`, `ko-KR`, and `zh-Hant`.\n- (any other conventions you want the LLM to follow, e.g. key naming style, etc. or just give it some examples would work well)\n```\n\n6. Done! Enjoy prompting something like \"Localize this component and update it to SimpleLocalize\".\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\n\u003e Stop creating automated PRs that promotes your service on this README. You will be blocked and your PR will NOT get merged.\n\u003e Well I just realized automated scripts won't see this anyways...\n\u003e PRs related to the actual codes are still appreciated!\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvingao%2Fmcp-simplelocalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalvingao%2Fmcp-simplelocalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvingao%2Fmcp-simplelocalize/lists"}