MCP Cat Language Server MCP Server

一个可爱的MCP服务器,将中文翻译为猫语格式 🐱

Local serverstdio

What is the MCP Cat Language Server MCP server?

MCP Cat Language Server MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 一个可爱的MCP服务器,将中文翻译为猫语格式 🐱.

What you get

一个可爱的MCP服务器,将中文翻译为猫语格式 🐱

What the assistant can call

Once MCP Cat Language Server is connected, these are the calls the assistant has available:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Cat Language Server's toolset — macOS, Windows — is a fair guide to whether it matches your workflow. It is maintained by DarylLi; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP Cat Language Server's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp cat language server mcp server does with a few real requests.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\\Claude\\claude_desktop_config.json

How to install the MCP Cat Language Server MCP server

### 方法 2: 本地路径

```json
{
  "mcpServers": {
    "cat-language-server": {
      "command": "node",
      "args": ["/path/to/your/project/dist/index.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use MCP Cat Language Server to macOS.
  • Use MCP Cat Language Server to Windows.

Frequently asked questions

It connects MCP Cat Language Server to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (macOS, Windows) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Cat Language Server directly.