
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
mcp-cat-language-server
Advanced tools
一个可爱的 Model Context Protocol (MCP) 服务器,专门用于将中文翻译成萌萌的猫语格式!
McpServer APIgit clone <repository-url>
cd chat-mcp
npm install
npm run build
npx mcp-cat-language-server
打开 Claude Desktop 配置文件:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
添加以下配置:
{
"mcpServers": {
"cat-language": {
"command": "npx",
"args": ["mcp-cat-language-server"]
}
}
}
重启 Claude Desktop
# 直接运行服务器
node dist/index.js
# 或使用 npx
npx mcp-cat-language-server
translate_to_cat将单个中文文本翻译为猫语。
参数:
text (string): 要翻译的中文文本示例:
{
"name": "translate_to_cat",
"arguments": {
"text": "今天天气真好"
}
}
响应:
{
"content": [
{
"type": "text",
"text": "喵喵~~喵~喵♪(今天天气真好)"
}
]
}
translate_multiple_to_cat批量翻译多个中文文本。
参数:
texts (string[]): 要翻译的中文文本数组generate_random_cat_sound生成随机的猫语表达。
参数: 无
cat_conversation与猫咪进行智能对话。
参数:
message (string): 想对猫咪说的话mcp-cat-language-server/
├── src/
│ ├── index.ts # 主服务器文件(使用 McpServer API)
│ └── cat-translator.ts # 猫语翻译核心逻辑
├── dist/ # 编译后的 JavaScript 文件
├── package.json
├── tsconfig.json
└── README.md
# 安装依赖
npm install
# 构建项目
npm run build
# 运行服务器
node dist/index.js
项目使用现代化的 MCP SDK 架构:
# 测试工具列表
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node dist/index.js
# 测试翻译功能
echo '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"translate_to_cat","arguments":{"text":"你好"}}}' | node dist/index.js
在 Claude Desktop 中,你可以这样使用:
简单翻译:
"请把'今天心情很好'翻译成猫语"
Claude 会调用翻译工具并返回:
"喵~~喵喵 ♪(今天心情很好)"
智能对话:
"对猫咪说你好"
Claude 会使用对话工具返回:
"喵~喵喵!(你好呀!很高兴见到你~)"
McpServer API 重构MIT License
欢迎提交 Issue 和 Pull Request!
让你的文本变得更可爱! 🐱💕
FAQs
一个可爱的MCP服务器,将中文翻译为猫语格式 🐱
The npm package mcp-cat-language-server receives a total of 2 weekly downloads. As such, mcp-cat-language-server popularity was classified as not popular.
We found that mcp-cat-language-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.