- Explore MCP Servers
- mcp-korean-spell
Mcp Korean Spell
What is Mcp Korean Spell
mcp-korean-spell is an MCP server designed specifically for Korean spell checking, enabling writers to seamlessly incorporate spelling and grammar checks into their Korean text documents.
Use cases
This tool can be used by writers, editors, and anyone working with Korean text to ensure their writing is free from spelling and grammatical errors, thus enhancing the quality of their content.
How to use
To utilize this spell checker, users must configure their MCP client by editing their mcp.json or claude_desktop_config.json file to include the appropriate command and arguments for the korean-spell-checker server, allowing it to run via npm.
Key features
Key features include advanced spell checking capabilities based on the NAVER spell checker, providing reliable corrections for spelling and grammar errors in Korean text, along with a straightforward integration process for users.
Where to use
mcp-korean-spell can be used in various writing applications, text editors, or any platform that supports MCP, making it versatile for personal, academic, or professional writing tasks involving the Korean language.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Korean Spell
mcp-korean-spell is an MCP server designed specifically for Korean spell checking, enabling writers to seamlessly incorporate spelling and grammar checks into their Korean text documents.
Use cases
This tool can be used by writers, editors, and anyone working with Korean text to ensure their writing is free from spelling and grammatical errors, thus enhancing the quality of their content.
How to use
To utilize this spell checker, users must configure their MCP client by editing their mcp.json or claude_desktop_config.json file to include the appropriate command and arguments for the korean-spell-checker server, allowing it to run via npm.
Key features
Key features include advanced spell checking capabilities based on the NAVER spell checker, providing reliable corrections for spelling and grammar errors in Korean text, along with a straightforward integration process for users.
Where to use
mcp-korean-spell can be used in various writing applications, text editors, or any platform that supports MCP, making it versatile for personal, academic, or professional writing tasks involving the Korean language.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.

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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










