mcp-korean-spell
MCP(Model Context Protocol) server designed for Korean spell checking
claude mcp add --transport stdio winterjung-mcp-korean-spell npx -y @winterjung/mcp-korean-spell
How to use
The mcp-korean-spell MCP server provides a Korean spell checking capability through the MCP protocol. It exposes a tool called fix_korean_spell that analyzes Korean text and suggests corrections for spelling and grammar issues. To integrate it with your MCP client, configure an MCP server entry that runs the package via npx, as shown in the example configuration. Once connected, you can pass Korean text to the server’s fix_korean_spell tool and receive corrected text and recommendations that can be applied in your documents or editors.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to run npm/npx commands
Installation steps:
-
Ensure you have a compatible environment with Node.js and npm.
-
Add the MCP server configuration to your client (see mcp_config below) or install the package locally if you manage dependencies manually:
npm install -g @winterjung/mcp-korean-spell
-
Alternatively, rely on npx for on-demand execution without permanent installation:
npx -y @winterjung/mcp-korean-spell
-
If your MCP client supports loading external MCP servers via a JSON config, place the provided mcpServers block in your client’s mcp.json (or equivalent) and restart the client to apply the changes.
Additional notes
Notes:
- This MCP server uses the npm package @winterjung/mcp-korean-spell via npx; ensure network access to fetch the package when first run.
- The tooling is designed for Korean text correction; results may vary based on text complexity and context.
- If the underlying service or repository changes, you may need to update the package version or the command parameters.
- The configuration example uses a server name korean-spell-checker; you can rename the key to fit your project conventions.
Related MCP Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
obsidian -tools
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
MiniMax -JS
Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
mcp-bundler
Is the MCP configuration too complicated? You can easily share your own simplified setup!
akyn-sdk
Turn any data source into an MCP server in 5 minutes. Build AI-agents-ready knowledge bases.
promptboard
The Shared Whiteboard for Your AI Agents via MCP. Paste screenshots, mark them up, and share with AI.