Labsco
MCP SERVER

Cat Language MCP Server

by DarylLi

Turn Chinese text into cat speech that still carries its meaning — one string, a batch, at random, or as a conversation.

Games, Entertainment & FandomVerified
Summary
It is a novelty, and it is specific about its input: the tools take Chinese text and answer in a fixed cat-sounds-plus-meaning format.

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.

What it is

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.

What you get
  • 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.
Requirements

No credentials are configured on the server.

Setup effort

One command — npx mcp-cat-language-server