MCP Server for SimpleLocalize
@simplelocalize
About MCP Server for SimpleLocalize
Interact with the SimpleLocalize API using AI assistants like Github Copilot, Claude, or in AI-powered IDEs like Cursor AI.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simplelocalize": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@simplelocalize/simplelocalize-mcp",
"--api-key=SIMPLELOCALIZE_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SimpleLocalize?
SimpleLocalize is an MCP server that provides tools for interacting with the SimpleLocalize API, a developer-first translation management system. It allows AI assistants to perform translation management tasks directly.
How to use SimpleLocalize?
Install using npx -y @simplelocalize/simplelocalize-mcp --api-key=SIMPLELOCALIZE_API_KEY. Configure your MCP client (e.g., Claude Desktop) by adding the provided JSON configuration to your MCP config, replacing SIMPLELOCALIZE_API_KEY with your actual API key.
Key features of SimpleLocalize
- Create translation keys
- Update translations
- Get all translation keys and their details
- Manage tags (get and create)
- Manage languages (get and create)
Use cases of SimpleLocalize
- Automate translation key creation during development
- Update translations via an AI assistant
- Retrieve and inspect translation data across languages
- Synchronize translation tags and languages programmatically
FAQ from SimpleLocalize
What do I need to use this server?
You need an API key from SimpleLocalize, which can be created in SimpleLocalize > Settings > Credentials.
How do I configure the server in my MCP client?
Add the provided JSON block to your MCP config, specifying "command": "npx" and "args" with the package name and your API key.
How can I run the server locally during development?
Install dependencies with pnpm install, build with pnpm build, then update your client config to point to the local build file using "command": "node" and the path to build/index.js.
How can I debug the server?
Use the MCP Inspector tool by running pnpm inspector and include the --api-key argument. Open the provided URL in your browser to inspect requests and responses.
Where can I learn more about the API?
Refer to the SimpleLocalize developer docs and API reference.
More Developer Tools MCP servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
test
prysmaticlabsGo implementation of Ethereum proof of stake
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Comments