korean-heritage-mcp

sevuoi/korean-heritage-mcp
★ 0 stars Python Code/Dev Tools Updated 1d ago
Remote MCP server for Korean national heritage discovery and trip planning
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "korean-heritage-mcp": {
      "command": "uvx",
      "args": [
        "korean-heritage-mcp"
      ]
    }
  }
}

Or install with pip: pip install korean-heritage-mcp

README Excerpt

K-Heritage Guide(한국유산길잡이) is a remote MCP server for discovering Korean national heritage, resolving designation numbers, and creating heritage-focused trip plans. Official National Heritage Administration data is the primary source; Kakao Local is used only as optional location context. ```bash cd korean-heritage-mcp