Get the FREE Ultimate OpenClaw Setup Guide →

mcp-korean-spell

MCP(Model Context Protocol) server designed for Korean spell checking

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. Ensure you have a compatible environment with Node.js and npm.

  2. 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

  3. Alternatively, rely on npx for on-demand execution without permanent installation:

    npx -y @winterjung/mcp-korean-spell

  4. 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

Sponsor this space

Reach thousands of developers