Bareun — Korean NLP & Spell/Grammar Checking
VerifiedKorean NLP server for morphological analysis and spell/grammar correction.
What is the Bareun — Korean NLP & Spell/Grammar Checking MCP server?
Bareun exposes four tools over the hosted endpoint https://api.bareun.ai/mcp using Streamable HTTP transport and API-key authentication. Clients can perform precise Korean morphological tagging, tokenization, and grammar correction without local installation.
The server also publishes resources for POS tags, server metadata, and custom dictionaries, all protected by the same API key. It is designed for MCP-compatible environments such as Claude, Cursor, and VS Code.
Install & connect
Add this to your MCP client config. Pick your client below and copy.
{
"mcpServers": {
"bareun": {
"url": "https://api.bareun.ai/mcp"
}
}
}Tools it exposes
4 tools your AI client can call once connected.
analyze_syntax— Splits a sentence into words/morphemes and tags parts of speech (morphological analysis).tokenize— Splits a sentence into word (token) units.correct_grammar— Corrects spelling/spacing and returns correction blocks.list_pos_tags— Returns the 47 part-of-speech tags Bareun uses (code · name · class).Example prompts
Once connected, try asking your AI client:
Security & permissions
Requires a valid Bareun API key passed via the api-key header or Authorization Bearer token; all requests are sent to the remote endpoint https://api.bareun.ai/mcp.
What you can do with Bareun — Korean NLP & Spell/Grammar Checking
Accurate Korean text analysis
Use analyze_syntax to break down sentences into morphemes with POS tags for downstream processing.
Grammar and spelling correction
Call correct_grammar on Korean text to receive spelling, spacing, and particle corrections.
Tokenization for NLP pipelines
Tokenize Korean sentences into word units before feeding them into machine-learning models.
How to use Bareun — Korean NLP & Spell/Grammar Checking
- 1Obtain an API key from https://bareun.ai.
- 2Register the server in your MCP client using transport http and the URL https://api.bareun.ai/mcp.
- 3Add the header api-key: YOUR_API_KEY in the client configuration.
- 4Restart the client or reload the MCP configuration.
- 5Test connectivity with the MCP Inspector or by calling list_pos_tags.
Bareun — Korean NLP & Spell/Grammar Checking: pros & cons
Pros
- +No local installation or port forwarding required.
- +Specialized Korean morphological and grammar engine.
- +Works with multiple popular MCP clients via simple JSON config.
- +Provides both tools and discoverable resources.
Cons
- –Requires paid API key for full access.
- –Only available on the spell-checker-included build of Bareun.
- –Limited to Korean language processing.
Frequently asked questions
No, the server is hosted and accessed via streamable-http; only an API key is required.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…