crowdin
v1.0.0-ghast.1Manage translation projects, source files, tasks, glossaries and translation memory in Crowdin.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/crowdin/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/crowdin/SKILL.md└── mcp.json
Included Skills1
Use Crowdin in Ghast. Manage translation projects, source files, tasks, glossaries and translation memory in Crowdin. 在 Crowdin 中管理翻译项目、源文件、任务、术语表与翻译记忆库。
MCP servers1
- url
- https://mcp.crowdin.com/mcp/
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "crowdin",
"version": "1.0.0-ghast.1",
"description": "Manage translation projects, source files, tasks, glossaries and translation memory in Crowdin.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://store.crowdin.com/crowdin-mcp-server",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://store.crowdin.com/crowdin-mcp-server",
"connectorPublisher": "Crowdin",
"category": "productivity",
"icon": "./assets/icon.svg",
"displayName": "Crowdin",
"descriptions": {
"en": "Manage translation projects, source files, tasks, glossaries and translation memory in Crowdin.",
"zh-CN": "在 Crowdin 中管理翻译项目、源文件、任务、术语表与翻译记忆库。"
},
"mcpServerExtensions": {
"crowdin": {
"credentialHeaders": {
"Authorization": "Bearer $VAULT:crowdin-token"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[crowdin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crowdin)