mcp-韩语-拼写检查是用于韩语拼写检查的MCP(模型上下文协议)服务器,它为文档和文本集成拼写检查功能,提供了一个值得信赖的工具。
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 License 2.0许可。详情请参阅 LICENSE 文件。