Skip to content
VS Code

Bareun — Korean NLP & Spell/Grammar Checking for VS Code

ai.bareun/bareun

Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)

client:VS Code transport:streamable-http

Install Bareun — Korean NLP & Spell/Grammar Checking in VS Code

.vscode/mcp.json

{
  "servers": {
    "bareun": {
      "type": "http",
      "url": "https://api.bareun.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Bareun — Korean NLP & Spell/Grammar Checking in other clients