The output has a defined shape rather than being free-form — cat sounds followed by the original meaning in brackets — which is what keeps the result readable, and the conversation tool carries the same rule into its replies. The batch tool exists for the obvious reason that translating a list one call at a time is wasteful, and the random generator takes no input. There is nothing beyond that in the set: no other language direction and nothing to configure.
A novelty translator with four tools that render Chinese text as cat sounds followed by the original meaning, singly, in batches, at random, and as a back-and-forth reply.
- Single translation: translate_to_cat takes Chinese text and returns it in the form 喵!喵!(原文意思) — cat sounds followed by the meaning in brackets.
- Batches: translate_multiple_to_cat takes several strings and translates them in one call.
- Random output: generate_random_cat_sound returns a cat expression with no input at all.
- Conversation: cat_conversation takes any Chinese message and replies in cat, explaining what the reply means.
No credentials are configured on the server.
One command — npx mcp-cat-language-server
