Awesome MCP Korea

v1.0.0Developer Toolsstable

A curated list of MCP servers for the Korean market, including legal, commerce, public data, and local services integrations.

awsbrowser-automationcclaude-mcphacktoberfest
Share:
170
Stars
0
Downloads
0
Weekly
0/5

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

Korean market MCP servers
Local services and commerce
Public data integrations
darjeeling

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-mcp-korea

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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-korea
2

Select 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.

3

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.

4

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-server
5

Add 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"
      }
    }
  }
}
6

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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-mcp-korea": { "command": "npx", "args": ["-y", "awesome-mcp-korea"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides