Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-korean-spell

MCP.Pizza Chef: winterjung

mcp-korean-spell is an MCP server providing Korean spell checking and grammar correction. It integrates seamlessly with MCP clients to analyze and fix Korean text errors, leveraging the NAVER 맞춤법 검사기 for reliable language processing. Ideal for writers and developers needing automated Korean text validation within their applications or workflows.

Use This MCP server To

Automatically correct Korean spelling errors in documents Integrate Korean grammar checking into writing apps Validate Korean text input in chat or messaging platforms Enhance Korean language learning tools with spell checking Preprocess Korean text for NLP pipelines Provide real-time Korean text correction in editors

README

mcp-korean-spell

mcp-korean-spell is a MCP(Model Context Protocol) server designed for Korean spell checking, providing a reliable tool for writers to integrate spell checking capabilities into their documents and texts.

mcp-korean-spell result example in cursor chat

Tools

  • fix_korean_spell: Analyzes and corrects Korean text for spelling and grammar errors

How to add MCP config to your client

Using npm

To configure this spell checker in your MCP client, add the following to your ~/.cursor/mcp.json or 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"
      ]
    }
  }
}

Disclaimer

  • This tool is based on the 네이버(NAVER) 맞춤법 검사기.
  • This tool is not officially provided and is not affiliated with the company.
  • If company stops, changes or blocks providing the service, this tool may not function correctly.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

mcp-korean-spell FAQ

How do I integrate mcp-korean-spell with my MCP client?
Add the server configuration to your MCP client config file, e.g., ~/.cursor/mcp.json, specifying the command to run '@winterjung/mcp-korean-spell' via npx.
What spell checking engine does mcp-korean-spell use?
It is based on NAVER's 맞춤법 검사기, a trusted Korean spell and grammar checking service.
Can mcp-korean-spell correct both spelling and grammar errors?
Yes, it analyzes Korean text for both spelling and grammar mistakes and provides corrections.
Is mcp-korean-spell limited to any specific platforms?
No, it runs as an MCP server and can be integrated with any MCP-compatible client across platforms.
Does mcp-korean-spell support real-time text correction?
Yes, it can be used to provide real-time Korean text correction in editors or chat applications.
Is the mcp-korean-spell server open source?
Yes, it is available on GitHub and can be installed via npm using the '@winterjung/mcp-korean-spell' package.
Can I customize or extend the spell checking rules?
The server is based on NAVER's engine, so customization depends on that underlying service; however, you can extend integration logic in your MCP client.