mcp-korean-spell logo

mcp-korean-spell

by winterjung

mcp-korean-spell is a MCP(Model Context Protocol) server for Korean spell checking. It provides a tool called `fix_korean_spell`.

View on GitHub

Last updated: N/A

mcp-korean-spell

mcp-korean-spell is a MCP(Model Context Protocol) server for korean spell checking.

Tools

  • fix_korean_spell

Configuration

npx

{
  "mcpServers": {
    "korean-spell-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@winterjung/mcp-korean-spell"
      ]
    }
  }
}