Skip to main content
Glama

MCP Kakao Local

by yunkee-lee

MCP Kakao 本地

MCP 连接到Kakao Local API和 Kakao Map。 카카오 로컬 API 和 MCP 相关。

先决条件

开始之前,请确保已安装以下软件:

  • Python: 3.13 或更高版本
  • **uv:**您可以在此处找到安装说明。
  • **Kakao 开发人员:**您需要Kakao 开发人员的 API 凭证。

配置

  1. **创建.env文件:**在项目根目录中创建一个文件。
  2. **添加 API 凭证:**编辑.env文件并添加您的 Kakao REST API 凭证。
    REST_API_KEY="YOUR_REST_API_KEY_HERE"
    请检查src/mcp_kakao_local/kakao_local_client.py来验证所需的确切环境变量名称。

运行 MCP

  1. **同步依赖项:**在终端中导航到项目根目录并运行以下命令。这将创建一个虚拟环境(如果不存在)并安装pyproject.toml中指定的所有依赖项。
    uv sync
  2. **运行::**您可以使用uv运行 MCP 服务器。
    uv run src/mcp_kakao_local
    为了发展,
    source .venv/bin/activate mcp dev src/mcp_kakao_local/server.py
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

连接到 Kakao Local API 和 Kakao Maps,可以访问韩国的基于位置的服务和地图功能。

  1. 先决条件
    1. 配置
      1. 运行 MCP

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A server that enables AI models to access Kakao Map features (place search, address lookup, route finding) and Daum search services (web, image, blog, cafe) through Model Context Protocol.
          Last updated -
          13
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          kakao navigation mcp server using kakao mobility & kakao map api
          Last updated -
          9
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          Enables AI assistants to access South Korean tourism information via the official Korea Tourism Organization API, providing comprehensive search for attractions, events, food, and accommodations with multilingual support.
          Last updated -
          6
          Python
          MIT License
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A server that connects to SK TMAP API, providing access to public transit routing and geocoding functionality through a standardized interface.
          Last updated -
          2
          Python
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunkee-lee/mcp-kakao-local'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server