Back to MCP directory
publicPublicdnsLocal runtime

Korean Spell Checker (Naver)

韩语拼写检查MCP服务

article

README

🚀 mcp-韩语-拼写检查

mcp-韩语-拼写检查是用于韩语拼写检查的MCP(模型上下文协议)服务器,它为文档和文本集成拼写检查功能,提供了一个值得信赖的工具。

mcp-韩语-拼写检查示例图片

🚀 快速开始

✨ 主要特性

  • fix_korean_spell:分析并纠正韩语文本中的拼写和语法错误。

📦 安装指南

使用npm添加MCP配置到客户端

若要将此拼写检查器配置到您自己的MCP客户端,请将以下内容添加到 ~/.cursor/mcp.jsonclaude_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 文件。

⚠️ 重要提示

  • 本工具是基于 NAVER(Naver)拼写检查器 开发的。
  • 本工具并非官方支持,与Naver无关。
  • 如果公司停止、更改或阻止该服务,本工具可能无法正常工作。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client