imewlconverter (MCP Server)

GitHub

”深蓝词库转换“ 一款开源免费的输入法词库转换程序

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "imewlconverter": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-imewlconverter"
      ]
    }
  }
}