About
MCP Server for SimpleLocalize
README
SimpleLocalize is the developer-first translation management system.
This is a Model Context Protocol (MCP) server that provides tools for interacting with the SimpleLocalize API.
How to setup
Configure your mcp.json file and add 'simplelocalize':
{
"mcpServers": {
"simplelocalize": {
"command": "npx",
"args": [
"-y",
"@simplelocalize/simplelocalize-mcp",
"--api-key=PROJECT_API_KEY"
]
}
}
}
Features (Tools)
Translation keys
- Get translation keys
- Create translation key
- Update translation key
- Delete translation key
- Upload translation key screenshot (base64 or file)
Translations
- Get translations
- Update translation (single and bulk)
Auto-translation
- Auto-translate text
- Create auto-translation jobs
- Get auto-translation jobs
Tags, languages & customers
- Get/create/update/delete tags
- Get/create/update/delete languages
- Get/create/update/delete customers
Hosting & publishing
- Get/create hosting environments
- Get hosting environment details
- Publish translations to hosting
Import, export & activity
- Import translations from a local file
- Export translations to downloadable file(s)
- Get supported file formats
- Get project activity
Glossary
- Get glossary entries
- Create glossary entry
- Delete glossary entry
Project
- Get project details
Feel free to add more tools by making a pull request or creating a feature request.
Installation
To use the MCP server, you'll need an API key. You can create and manage API keys in SimpleLocalize > Settings > Credentials -> Project API Key:
To run the server in a client like Claude Desktop, Cursor or Windsurf, add the following to your MCP config:
{
"servers": {
"simplelocalize": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
}
}
}
Replace SIMPLELOCALIZE_API_KEY with your API key
For detailed setup guides, see:
Development
Install dependencies:
pnpm installBuild the server:
pnpm buildUpdate client to use the local build:
{ "servers": { "simplelocalize": { "command": "node", "args": ["path/to/simplelocalize-mcp-server/build/index.js"], "env": { "SIMPLELOCALIZE_API_KEY": "your_api_key" } } } }
Debugging
To debug the MCP server, you can use the MCP Inspector tool:
Run the server with the inspector:
pnpm inspectorOpen the provided URL in your browser to view and debug the MCP requests and responses.
Include the
--api-keyargument.
Learn more
Install Simplelocalize Mcp in Claude Desktop, Claude Code & Cursor
unyly install simplelocalize-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add simplelocalize-mcp --env SIMPLELOCALIZE_API_KEY="" -- npx -y @simplelocalize/simplelocalize-mcpStep-by-step: how to install Simplelocalize Mcp
FAQ
Is Simplelocalize Mcp MCP free?
Yes, Simplelocalize Mcp MCP is free — one-click install via Unyly at no cost.
Does Simplelocalize Mcp need an API key?
Yes, it requires environment variables: SIMPLELOCALIZE_API_KEY. Unyly injects them into the config during install.
Is Simplelocalize Mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Simplelocalize Mcp in Claude Desktop, Claude Code or Cursor?
Open Simplelocalize Mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Simplelocalize Mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
