Interact with the SimpleLocalize API using AI assistants like Github Copilot, Claude, or in AI-powered IDEs like Cursor AI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"simplelocalize-mcp-s": {
"command": "npx",
"args": [
"-y",
"simplelocalize/simplelocalize-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add simplelocalize-mcp-s npx -y simplelocalize/simplelocalize-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"simplelocalize-mcp-s": {
"command": "npx",
"args": [
"-y",
"simplelocalize/simplelocalize-mcp-server"
]
}
}
}