article
README
🚀 Changesets
Changesets 是一个构建工具,适用于多包仓库或单包仓库,可帮助你对代码进行版本管理和发布。此文件夹由 @changesets/cli 自动生成。你可以在我们的仓库中找到其完整文档。
🚀 快速开始
我们在文档中列出了常见问题的快速列表,助你开启与本项目的交互。
Weblate MCP服务器是一个连接AI助手与Weblate翻译管理平台的桥梁,通过自然语言交互实现项目、组件和翻译的全面管理。
Changesets 是一个构建工具,适用于多包仓库或单包仓库,可帮助你对代码进行版本管理和发布。此文件夹由 @changesets/cli 自动生成。你可以在我们的仓库中找到其完整文档。
我们在文档中列出了常见问题的快速列表,助你开启与本项目的交互。
Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata
{
"mcpServers": {
"weblate": {
"command": "npx",
"args": [
"-y",
"@mmntm/weblate-mcp"
],
"env": {
"WEBLATE_API_URL": "https://your-weblate-instance.com/api",
"WEBLATE_API_TOKEN": "your-weblate-api-token"
}
}
}
}claude_desktop_config.jsonHosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed