MCP Catalogs
Home

simplelocalize-mcp-server

by simplelocalize·0·Score 36

MCP server that provides AI-powered tools for managing translations through the SimpleLocalize API.

translationdeveloper-toolsai-llm
0
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Automating translation updates in AI-powered development environments
you:Managing multilingual content through natural language commands
you:Synchronizing translation keys across development workflows
you:What is SimpleLocalize?
you:How do I get an API key?

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 README
  • create_translation_key_bulk

    Create translation keys in bulk

  • update_translations_bulk

    Update multiple translations at once

  • get_all_translation_keys

    Retrieve all translation keys

  • get_translation_key_details

    Get detailed information about a specific translation key

  • update_translation_key

    Update an existing translation key

  • delete_translation_keys_bulk

    Delete multiple translation keys at once

  • get_tags

    Retrieve all tags in the project

  • create_tag

    Create a new tag

  • get_languages

    Get all available languages

  • create_languages

    Add new languages to the project

  • get_translations

    Retrieve translations for specified keys

  • publish_translations_to_hosting

    Publish translations to hosting environment

Comparable tools

weblate-mcpcrowdin-mcptranslation-api-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.