MCP Catalogs
首页

simplelocalize-mcp-server

by simplelocalize·0·综合分 36

提供通过 SimpleLocalize API 管理翻译功能的 MCP 服务器。

translationdeveloper-toolsai-llm
0
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

这个 MCP 服务器使 GitHub Copilot、Claude 等 AI 助手和 Cursor AI 等 AI 驱动的 IDE 能够与 SimpleLocalize 翻译管理系统交互。它提供了全面的工具,用于创建、更新和管理翻译键、语言、标签,以及将翻译发布到托管环境。服务器实现了模型上下文协议,直接在 AI 工作流中展示这些翻译管理功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在 AI 驱动的开发环境中自动化更新翻译
:通过自然语言命令管理多语言内容
:在开发工作流中同步翻译键
:SimpleLocalize 是什么?
:如何获取 API 密钥?

什么时候选它

如果您使用 SimpleLocalize 进行翻译管理,并希望将其直接集成到 AI 辅助的开发工作流中,请选择此服务器。

什么时候不要选它

如果您不使用 SimpleLocalize,请避免使用,因为它只与他们的特定翻译管理平台集成。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

weblate-mcpcrowdin-mcptranslation-api-mcp

安装

安装

要使用 MCP 服务器,您需要一个来自 SimpleLocalize > Settings > Credentials -> Project API Key 的 API 密钥。

对于 Claude Desktop,请将以下内容添加到您的 MCP 配置中:

{
  "servers": {
    "simplelocalize": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
    }
  }
}

对于 Cursor、VS Code、GitHub Copilot、Windsurf,请查看项目 README 获取详细设置指南。

FAQ

SimpleLocalize 是什么?
SimpleLocalize 是面向开发者的翻译管理系统,帮助管理应用程序的多语言内容。
如何获取 API 密钥?
在 SimpleLocalize 仪表板中的 SimpleLocalize > Settings > Credentials -> Project API Key 中创建和管理 API 密钥。

simplelocalize-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。