Weblate MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listProjectsB | List all available Weblate projects |
| listComponentsC | List components in a specific project |
| listLanguagesC | List languages available in a specific project |
| searchStringInProjectC | Search for translations containing specific text in a project |
| getTranslationForKeyB | Get translation value for a specific key in a project |
| writeTranslationC | Update or write a translation value for a specific key |
| bulkWriteTranslationsB | Update multiple translations in batch for efficient bulk operations |
| findTranslationsForKeyC | Find all translations for a specific key across all components and languages in a project |
| searchUnitsWithFiltersB | Search translation units using Weblate's powerful filtering syntax. Supports filters like: state:<translated (untranslated), state:>=translated (translated), component:NAME, source:TEXT, target:TEXT, has:suggestion, etc. |
| listRecentChangesC | List recent changes across all projects in Weblate |
| getProjectChangesC | Get recent changes for a specific project |
| getComponentChangesC | Get recent changes for a specific component |
| getChangesByUserC | Get recent changes by a specific user |
| getProjectStatisticsB | Get comprehensive statistics for a project including completion rates and string counts |
| getComponentStatisticsB | Get detailed statistics for a specific component |
| getProjectDashboardC | Get a comprehensive dashboard overview for a project with all component statistics |
| getTranslationStatisticsB | Get statistics for a specific translation (project/component/language combination) |
| getComponentLanguageProgressC | Get translation progress for all languages in a component |
| getLanguageStatisticsB | Get statistics for a specific language across all projects |
| getUserStatisticsC | Get contribution statistics for a specific user |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmntm/weblate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server