Hangul MCP Server

Hangul-MCP는 MCP(Model Chaining Protocol) 기반 한국어 유틸리티 서비스입니다. [kospell](https://github.com/Alfex4936/kospell) 라이브러리를 사용하여 한국어 맞춤법 검사, 로마자 변환 등의 기능을

Local serverstdioGo

What is the Hangul MCP MCP server?

Hangul MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Hangul-MCP는 MCP(Model Chaining Protocol) 기반 한국어 유틸리티 서비스입니다. kospell 라이브러리를 사용하여 한국어 맞춤법 검사, 로마자 변환 등의 기능을 제공합니다.

What the assistant can call

Once Hangul MCP is connected, these are the calls the assistant has available:

  • Windows — kogrammar.exe
  • Linux — kogrammar-linux-amd64

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Hangul MCP's toolset — Windows, Linux — is a fair guide to whether it matches your workflow. It is maintained by Alfex4936; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the hangul mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
Windowskogrammar.exe
Linuxkogrammar-linux-amd64

How to install the Hangul MCP MCP server

{
  "mcpServers": {
    "kogrammar-server": {
      "command": "path/to/your/kogrammar.exe",
      "args": [],
      "env": {}
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Hangul MCP to Windows.
  • Use Hangul MCP to Linux.

Frequently asked questions

It connects Hangul MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Windows, Linux) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Hangul MCP directly.