Skip to content

Commit 91bf304

Browse files
committed
Back-merge branch 'main' into develop
2 parents aa0c042 + 33954e9 commit 91bf304

7 files changed

Lines changed: 39 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.5] - 2025-08-12
2+
3+
### Added
4+
- Improve the NPX setup
5+
6+
17
## [1.0.4] - 2025-08-11
28

39
### Added
@@ -134,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134140
- Commander.js for CLI framework
135141
- ES modules with Node.js >=18.0.0 requirement
136142

143+
[1.0.5]: https://github.com/AbdallahAHO/lokalise-mcp/compare/v1.0.4...v1.0.5
137144
[1.0.4]: https://github.com/AbdallahAHO/lokalise-mcp/compare/v1.0.3...v1.0.4
138145
[1.0.3]: https://github.com/AbdallahAHO/lokalise-mcp/compare/v1.0.2...v1.0.3
139146
[1.0.2]: https://github.com/AbdallahAHO/lokalise-mcp/compare/v1.0.1...v1.0.2

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,29 @@ Notes:
143143
Install globally for persistent access:
144144

145145
```bash
146-
# Install globally
147-
npm install -g lokalise-mcp
146+
npx -y @smithery/cli@latest inspect @AbdallahAHO/lokalise-mcp
147+
```
148+
149+
### Option 2: Claude Desktop Extension (DXT)
150+
151+
Fast, local install for Claude Desktop using a packaged extension.
152+
153+
1) Download the latest `.dxt` from Releases:
154+
- https://github.com/AbdallahAHO/lokalise-mcp/releases
155+
156+
2) Install in Claude Desktop:
157+
- Double‑click the `.dxt` file, or
158+
- Drag it into Claude Desktop → Settings → Extensions
159+
160+
3) When prompted, enter your `LOKALISE_API_KEY` (stored securely in the OS keychain). No Node.js needed; Claude ships the runtime.
161+
162+
4) Verify: ask “Can you list my Lokalise projects?”
163+
164+
Notes:
165+
- Uses the `/mcp` HTTP endpoint internally and stdio as appropriate
166+
- Updates by installing a newer `.dxt` from Releases
167+
168+
### Option 3: Local (clone + run)
148169

149170
# Run the server
150171
lokalise-mcp

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "lokalise-mcp",
44
"display_name": "Lokalise MCP",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"description": "Unofficial Lokalise integration for AI assistants - manage projects, keys, languages, tasks, translations, teams, and workflows through natural language with 59 intelligent tools across 11 domains.",
77
"long_description": "# Lokalise MCP Server\n\n> **Disclaimer**: This is an independent project and not affiliated with Lokalise Inc. It uses the publicly available Lokalise Node.js SDK to provide MCP integration.\n\n## Transform Your Localization Workflow with Conversational AI\n\n**Stop clicking, start commanding.** With 59 intelligent tools across 9 domains, this MCP server transforms Lokalise from a complex UI into your personal localization assistant. Simply describe what you need in natural language, and watch as your AI orchestrates sophisticated API workflows in seconds.\n\nInstead of clicking through multiple screens, just chat with your AI assistant:\n- *\"Show me all projects with less than 80% translation progress\"*\n- *\"Create a new mobile app project with German, French, and Spanish support\"*\n- *\"Find all untranslated keys in the iOS app and assign them to the German team\"*\n- *\"Archive all keys tagged 'v1_deprecated' across all projects\"*\n\n### 59 Production-Ready Tools Across 9 Domains\n\n**Contributors (5 tools)** - Team collaboration and permission management\n**Keys (5 tools)** - Intelligent key management with bulk operations and smart filtering\n**Glossary (5 tools)** - Terminology consistency and brand voice enforcement\n**Project (5 tools)** - Comprehensive project management capabilities\n**Tasks (5 tools)** - Workflow automation and deadline management\n**Group (4 tools)** - Comprehensive group management capabilities\n**Projects (4 tools)** - Complete project lifecycle management from creation to archival\n**Translations (4 tools)** - Direct translation management with review workflows\n\n### Real-World Workflows That Save Hours\n\n**For Localization Managers:**\n- *Morning standup in 10 seconds*: \"Give me the health check for all active projects. Who's behind schedule?\"\n- *Instant team scaling*: \"Add marie@company.com as a French reviewer to all e-commerce projects\"\n- *Proactive monitoring*: \"Alert me when any project drops below 70% completion\"\n\n**For Developers:**\n- *Zero-friction deployment*: \"Sync the feature/new-login branch to Lokalise and create tasks for Spanish and German\"\n- *Instant validation*: \"Check if all keys in the Android app have iOS equivalents\"\n- *Automated QA*: \"Find all keys with unbalanced brackets and create a cleanup task\"\n\n**For Marketing Teams:**\n- *Campaign launch in one command*: \"Create a project from this Google Doc, translate to our tier-1 markets, use informal tone\"\n- *Brand consistency*: \"Add 'QuantumLeap' to the glossary as non-translatable across all projects\"\n- *Content updates*: \"Update all homepage headlines with the new tagline across all languages\"\n\n**Traditional UI Workflow:**\n- Navigate through multiple screens\n- Click through complex forms\n- Context switch between tools\n- Time: 10-15 minutes per task\n\n**Conversational MCP Workflow:**\n- Express intent in natural language\n- AI orchestrates API calls\n- Results delivered instantly\n- Time: 10-30 seconds per task\n\n\n### Get Started in 30 Seconds\n\n1. Install the MCP server\n2. Add your Lokalise API token\n3. Start commanding your localization workflow\n",
88
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lokalise-mcp",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "The Lokalise MCP Server brings Lokalise's localization power to Claude and AI assistants—manage projects, keys, and translations by chat.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

release/checksums.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
675f7acb22801672679d273a67d94704ecc360059547b7ddbfad5eea1e772a70 lokalise-mcp-1.0.4.dxt
1+
c6c87d16f754fcd0be625a87228a7228d09ea16792676b27679a1b5687b23e30 lokalise-mcp-1.0.5.dxt

release/lokalise-mcp-1.0.5.dxt

73.2 MB
Binary file not shown.

release/release-summary.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"version": "1.0.4",
3-
"date": "2025-08-11T15:38:51.889Z",
2+
"version": "1.0.5",
3+
"date": "2025-08-12T09:17:25.228Z",
44
"assets": [
55
{
6-
"filename": "lokalise-mcp-1.0.4.dxt",
7-
"sha256": "675f7acb22801672679d273a67d94704ecc360059547b7ddbfad5eea1e772a70"
6+
"filename": "lokalise-mcp-1.0.5.dxt",
7+
"sha256": "c6c87d16f754fcd0be625a87228a7228d09ea16792676b27679a1b5687b23e30"
88
}
99
],
1010
"npm": {
1111
"package": "lokalise-mcp",
12-
"version": "1.0.4",
12+
"version": "1.0.5",
1313
"registry": "https://registry.npmjs.org/"
1414
},
1515
"github": {
1616
"repository": "AbdallahAHO/lokalise-mcp",
17-
"tag": "v1.0.4"
17+
"tag": "v1.0.5"
1818
}
1919
}

0 commit comments

Comments
 (0)