simplelocalize-mcp-server
by simplelocalize·★ 0·Score 36
MCP server that provides AI-powered tools for managing translations through the SimpleLocalize API.
Overview
This MCP server enables AI assistants like GitHub Copilot, Claude, and AI-powered IDEs like Cursor AI to interact with the SimpleLocalize translation management system. It provides comprehensive tools for creating, updating, and managing translation keys, languages, tags, and publishing translations to hosting environments. The server implements the Model Context Protocol to expose these translation management capabilities directly within AI workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you're using SimpleLocalize for translation management and want to integrate it directly into your AI-assisted development workflow.
When NOT to choose this
Avoid if you're not using SimpleLocalize as it only integrates with their specific translation management platform.
Tools this server exposes
12 tools extracted from the READMEcreate_translation_key_bulkCreate translation keys in bulk
update_translations_bulkUpdate multiple translations at once
get_all_translation_keysRetrieve all translation keys
get_translation_key_detailsGet detailed information about a specific translation key
update_translation_keyUpdate an existing translation key
delete_translation_keys_bulkDelete multiple translation keys at once
get_tagsRetrieve all tags in the project
create_tagCreate a new tag
get_languagesGet all available languages
create_languagesAdd new languages to the project
get_translationsRetrieve translations for specified keys
publish_translations_to_hostingPublish translations to hosting environment
Comparable tools
Installation
Installation
To use the MCP server, you'll need an API key from SimpleLocalize > Settings > Credentials -> Project API Key.
For Claude Desktop, add this to your MCP config:
{
"servers": {
"simplelocalize": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
}
}
}For Cursor, VS Code, GitHub Copilot, Windsurf, see the project README for detailed setup guides.
FAQ
- What is SimpleLocalize?
- SimpleLocalize is a developer-first translation management system that helps manage multilingual content for applications.
- How do I get an API key?
- Create and manage API keys in SimpleLocalize > Settings > Credentials -> Project API Key in your SimpleLocalize dashboard.
Compare simplelocalize-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.