
Wakanachan Preferred Natural Language
- Updated December 11, 2025
- wakanachan/preferred-natural-language
wakanachan-preferred-natural-language is a Claude Code plugin that adds an MCP-based tool to detect and apply users’ preferred natural language in assistant output.
About
wakanachan-preferred-natural-language is a Claude Code plugin built around an MCP tool that detects and applies a user’s preferred natural language for AI assistant output. developers shipping multilingual products or working across locales often hard-code English defaults; this integration listens for preference signals and routes responses through a prioritized detection chain with regional variant support. Install it when you are wiring agent tooling—custom MCP clients, internal copilots, or Claude Code workflows that must respect i18n from day one. The plugin emphasizes automatic detection and management rather than one-off translation prompts, which helps lifecycle support and growth content stay aligned with how users actually read. It is protocol-level plumbing: you still need product copy and QA in each language, but the assistant stops fighting the user’s locale. Technical setup assumes comfort with MCP registration and Claude plugin configuration; beginners can use it if they follow the repo’s install path for the single bundled plugin.
- MCP server for automatic natural-language preference detection (PNL)
- 5-level priority chain for locale and regional language variants
- Multilingual output management for major languages and i18n workflows
- Claude plugin packaging for preferred natural language in assistant sessions
- User-centric language detection without manual locale switches every chat
Wakanachan Preferred Natural Language by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install wakanachan-preferred-natural-language@wakanachan/preferred-natural-languageAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 11, 2025 |
|---|---|
| Repository | wakanachan/preferred-natural-language ↗ |
What it does
Wire MCP-based natural-language preference detection so Claude and other assistants reply in the user’s preferred language and locale automatically.
Who is it for?
Best when you're creating Claude or MCP-powered agents and need automatic i18n and locale-aware replies for international users.
Skip if: English-only internal tools with no localization requirements where a simple system prompt is enough.
What you get
After you register the MCP plugin, agents can detect preferred language with a priority chain and respond in the right locale without manual toggling each session.
- MCP tools for language preference detection and priority handling
- Locale-aware assistant output behavior in connected sessions
- Plugin-enabled workflow for multilingual user interactions
By the numbers
- 1 plugin in bundle
- 5-level priority detection chain
- MCP (Model Context Protocol) integration
Recommended Plugins
How it compares
MCP language-preference integration, not a general translation API skill or copywriting workflow.
FAQ
Who is Wakanachan Preferred Natural Language for?
It is for developers building MCP-connected AI assistants who need automatic detection and honoring of users’ preferred natural languages and regional variants.
When should I use Wakanachan Preferred Natural Language?
Use it during agent integration when multilingual output, locale management, or i18n behavior must be consistent across Claude Code and MCP clients.
How do I add Wakanachan Preferred Natural Language to my agent?
Install the plugin from wakanachan/preferred-natural-language, configure the MCP server in Claude Code or your MCP host, and enable the preferred-natural-language tools in your agent session.