Awesome MCP Korea
A curated list of MCP servers for the Korean market, including legal, commerce, public data, and local services integrations.
What is Awesome MCP Korea?
Awesome MCP Korea is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to curated list of mcp servers for the korean market, including legal, commerce, public data, and local services integrations.
A curated list of MCP servers for the Korean market, including legal, commerce, public data, and local services integrations.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A curated list of MCP servers for the Korean market, includi
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-mcp-koreaConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome MCP Korea
Awesome MCP Korea is a curated reference directory of Model Context Protocol servers built specifically for Korea's market ecosystem, covering legal, finance, real estate, commerce, maps, public data, Korean NLP, weather, and collaboration tools. Rather than being a runnable package itself, it serves as a discovery hub: developers browse its categorised listings to find the right MCP server for a Korean-specific integration and then install that server from its own repository. It fills a gap for teams building AI workflows that need to interact with Korean government data, Naver/Kakao services, or local e-commerce platforms.
Prerequisites
- An MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, or any MCP host)
- Node.js 18+ or Python 3.10+ depending on the individual server you select from the directory
- Relevant API credentials for the Korean service you intend to integrate (e.g. Naver API keys, DART API key for financial data)
- Basic familiarity with MCP server configuration (mcpServers JSON block)
Browse the directory
Visit the Awesome MCP Korea repository and browse categories to find a server that matches your use case — legal, finance, maps, NLP, public data, commerce, etc.
# Repository URL:
https://github.com/darjeeling/awesome-mcp-koreaSelect a Korean-market MCP server
Each listing links to an individual GitHub repository. Open it to read the server's own README for installation instructions, required API keys, and available tools.
Obtain required API credentials
Korean public data and search services typically require registration. Common providers include Naver Developers (search/maps), data.go.kr (government open data), and DART (financial filings). Register and obtain your API key before proceeding.
Install the chosen server
Follow the chosen server's own installation instructions. Most are npm or Python packages. Example for a hypothetical Naver search server:
npx -y @some-org/naver-mcp-serverAdd the server to your MCP client
Add the server to your Claude Desktop or Claude Code configuration, supplying the API key as an environment variable as documented by that server.
{
"mcpServers": {
"naver-search": {
"command": "npx",
"args": ["-y", "@some-org/naver-mcp-server"],
"env": {
"NAVER_CLIENT_ID": "your_client_id",
"NAVER_CLIENT_SECRET": "your_client_secret"
}
}
}
}Contribute a missing server
If you have built or found a useful MCP server for the Korean market, submit a pull request following the CONTRIBUTING.md guidelines in the repository.
Awesome MCP Korea Examples
Client configuration (illustrative Korean-market server)
Example MCP configuration showing the pattern used by Korean-market servers discovered through the directory.
{
"mcpServers": {
"korean-public-data": {
"command": "npx",
"args": ["-y", "@some-org/korean-public-data-mcp"],
"env": {
"PUBLIC_DATA_API_KEY": "your_data_go_kr_api_key"
}
}
}
}Prompts to try
Example prompts once you have installed a Korean-market MCP server from the directory.
- "Search Naver for the latest news about Korean tech startups."
- "Look up the DART financial filing for Samsung Electronics."
- "Get the current weather forecast from KMA for Seoul."
- "Check real estate transaction prices near Gangnam-gu."
- "Correct the spelling of this Korean sentence."Troubleshooting Awesome MCP Korea
Listed server repository returns a 404 or is no longer maintained
Check the Issues and PRs in the awesome-mcp-korea repository for alternatives. Curated lists can fall out of date; search GitHub directly for the category you need.
Korean government API returns authentication errors
Many Korean public data APIs (data.go.kr) require the API key to be URL-encoded and passed as a query parameter rather than a header. Check the specific server's documentation for the correct format.
Cannot find a server for a specific Korean service
Open an issue or discussion in the awesome-mcp-korea repository requesting it, or build one following the MCP specification and submit a PR to get it listed.
Frequently Asked Questions about Awesome MCP Korea
What is Awesome MCP Korea?
Awesome MCP Korea is a Model Context Protocol (MCP) server that curated list of mcp servers for the korean market, including legal, commerce, public data, and local services integrations. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome MCP Korea?
Follow the installation instructions on the Awesome MCP Korea GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome MCP Korea?
Awesome MCP Korea works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome MCP Korea free to use?
Yes, Awesome MCP Korea is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome MCP Korea Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome MCP Korea? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome MCP Korea in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome MCP Korea?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.