MCP Server for SimpleLocalize
@simplelocalize
MCP Server for SimpleLocalize について
Interact with the SimpleLocalize API using AI assistants like Github Copilot, Claude, or in AI-powered IDEs like Cursor AI.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"simplelocalize": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@simplelocalize/simplelocalize-mcp",
"--api-key=SIMPLELOCALIZE_API_KEY"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「開発者ツール」の他のコンテンツ
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント