mcp-korean-spell 是一个专为韩语拼写检查设计的MCP(Model Context Protocol)服务器,为作者提供了一个可靠的工具,用于将其拼写检查功能集成到文档和文本中。

fix_korean_spell: 分析并纠正韩语文本中的拼写和语法错误要在您的MCP客户端中配置此拼写检查器,请在您的 ~/.cursor/mcp.json 或 claude_desktop_config.json(MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json)中添加以下内容
{
"mcpServers": {
"korean-spell-checker": {
"command": "npx",
"args": [
"-y",
"@winterjung/mcp-korean-spell"
]
}
}
}
本项目根据Apache许可证2.0版进行许可。详情见LICENSE文件。 </中文翻译>