by winterjung
Korean Spell Checker (Naver) fixes grammar errors and typos in Korean text using Naver's advanced spelling correction se
Checks and corrects Korean text for spelling, grammar, and spacing errors using Naver's spelling service.
Korean Spell Checker (Naver) is a community-built MCP server published by winterjung that provides AI assistants with tools and capabilities via the Model Context Protocol. Korean Spell Checker (Naver) fixes grammar errors and typos in Korean text using Naver's advanced spelling correction se It is categorized under productivity. This server exposes 1 tool that AI clients can invoke during conversations and coding sessions.
You can install Korean Spell Checker (Naver) in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
Apache-2.0
Korean Spell Checker (Naver) is released under the Apache-2.0 license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
Korean Spell Checker (Naver) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
I recommend Korean Spell Checker (Naver) for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
We wired Korean Spell Checker (Naver) into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
Strong directory entry: Korean Spell Checker (Naver) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Strong directory entry: Korean Spell Checker (Naver) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Korean Spell Checker (Naver) has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Korean Spell Checker (Naver) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
Korean Spell Checker (Naver) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
Korean Spell Checker (Naver) reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
Korean Spell Checker (Naver) has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
showing 1-10 of 73
30:I[90868,["/_next/static/chunks/d44f68451bf37cfc.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/e26c33a208e315a0.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/1e9f768250e0891c.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/ecf22e2feb732905.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/46517225d33addaa.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/3482c57daa71cdad.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/6fcfb1f77802eb88.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/9cfbe1b4eb37db26.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/0ee62f965f2f4ae4.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas"],"ReadmeRenderer"] 32:I[27201,["/_next/static/chunks/ff1a16fafef87110.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/0bd6498bda341889.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas"],"IconMark"] 31:T51a,# 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.

fix_korean_spell: Analyzes and corrects Korean text for spelling and grammar errorsTo 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"
]
}
}
}
This project is licensed under the Apache License 2.0. See the LICENSE file for details. 2f:["$","$L30",null,{"content":"$31","githubUrl":"https://github.com/winterjung/mcp-korean-spell"}] 1f:null
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.