What is the Bareun — Korean NLP & Spell/Grammar Checking MCP server?
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)
How to install Bareun — Korean NLP & Spell/Grammar Checking
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretSend 'Bearer <your Bareun API key>'. Alternatively send the key in an 'api-key' header. Get a key at https://bareun.ai.
{
"mcpServers": {
"bareun": {
"url": "https://api.bareun.ai/mcp"
}
}
}{
"mcpServers": {
"bareun": {
"serverUrl": "https://api.bareun.ai/mcp"
}
}
}{
"servers": {
"bareun": {
"type": "http",
"url": "https://api.bareun.ai/mcp"
}
}
}{
"mcpServers": {
"bareun": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.bareun.ai/mcp"
]
}
}
}claude mcp add --transport http bareun https://api.bareun.ai/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.