4 Tools for Multilingual Content
Manage translations and multilingual WordPress content. Works with WPML, Polylang, and other translation plugins.
Part of 121 MCP tools in mumcp · Free tier available · Works with Claude, Cursor, Windsurf
What You Can Do
The Multilingual toolset lets your AI manage translated content across your WordPress site. Detect which translation plugin is active, list available languages, get translations for any post or page, and create new translated versions. Works with WPML, Polylang, and other popular translation plugins.
Key Tools
| Tool | Description |
|---|---|
wp_languages | List all configured languages on the site, including default language and language codes. |
wp_get_translations | Get all available translations for a specific post or page. |
wp_create_translation | Create a translated version of a post or page in a specific language. |
wp_detect_plugins | Detect which translation plugin is installed and active. |
Example Workflow
"Translate our latest blog post into French and Spanish."
→ wp_languages() → confirm fr and es are configured
→ wp_get_translations(post_id=42) → check existing translations
→ wp_create_translation(post_id=42, language="fr", title="...", content="...")
→ wp_create_translation(post_id=42, language="es", title="...", content="...")
→ Both translations created and linked.
Plugin Compatibility
mumcp automatically detects your translation plugin and adapts its API calls accordingly. Whether you use WPML, Polylang, or another multilingual plugin, the same MCP tools work seamlessly. Your AI agent doesn’t need to know which plugin you’re running — it just works.
Ready to Try These Tools?
Install mumcp and start managing WordPress with AI in under 5 minutes.