chinese-naming-mcp-toolset

SiwuXue/chinese-naming-mcp-toolset
★ 4 stars JavaScript 📦 Other Updated 7mo ago
🎯 中文起名MCP工具集 - 专业的中文姓名生成、分析和文化解读工具集合,支持MCP协议和命令行界面
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chinese-naming-mcp-t": {
      "command": "npx",
      "args": [
        "-y",
        "SiwuXue/chinese-naming-mcp-toolset"
      ]
    }
  }
}