Back to MCP directory
publicPublicdnsLocal runtime

mcp-visit-korea

提供韩国旅游信息的MCP服务器,支持地区代码查询、旅游信息搜索和景点详情查看等功能。

article

README

🚀 韩国旅游 MCP 服务器

本项目是一个提供韩国旅游信息的 MCP(模型上下文协议)服务器,能为用户提供丰富的韩国旅游相关信息,助力用户轻松规划韩国之旅。

🚀 快速开始

通过 Smithery 自动安装 mcp-visit-korea 以供 Claude Desktop 使用:

npx -y @smithery/cli install @pjookim/mcp-visit-korea --client claude

✨ 主要特性

  • 🔍 地区代码查询:可查询 metropolitan cities/ provinces 及其子区域。
  • 🔎 旅游信息搜索:支持基于地区、关键词和位置的搜索。
  • 📋 旅游内容详细信息查询:提供关于景点、节日和住宿等的详细信息。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client