Skip to main content
Glama

MCP Kakao Local

by yunkee-lee
MIT License

MCP Kakao Local

Der MCP stellt eine Verbindung zur Kakao Local API und Kakao Map her. Die Verwendung der API und des MCP-Protokolls ist nicht erforderlich.

Voraussetzungen

Bevor Sie beginnen, stellen Sie sicher, dass Folgendes installiert ist:

  • Python: Version 3.13 oder höher
  • uv: Eine Installationsanleitung finden Sie hier .
  • Kakao-Entwickler: Sie benötigen API-Anmeldeinformationen von den Kakao-Entwicklern .

Konfiguration

  1. Erstellen Sie eine .env Datei: Erstellen Sie eine Datei im Projektstamm.
  2. API-Anmeldeinformationen hinzufügen: Bearbeiten Sie die .env Datei und fügen Sie Ihre Kakao REST API-Anmeldeinformationen hinzu.
    REST_API_KEY="YOUR_REST_API_KEY_HERE"
    Bitte überprüfen Sie die genauen erforderlichen Umgebungsvariablennamen, indem Sie src/mcp_kakao_local/kakao_local_client.py prüfen.

Ausführen des MCP

  1. Abhängigkeiten synchronisieren: Navigieren Sie in Ihrem Terminal zum Stammverzeichnis des Projekts und führen Sie den folgenden Befehl aus. Dadurch wird eine virtuelle Umgebung erstellt (falls noch keine vorhanden ist) und alle in pyproject.toml angegebenen Abhängigkeiten installiert.
    uv sync
  2. Ausführen:: Sie können den MCP-Server mit uv ausführen.
    uv run src/mcp_kakao_local
    Für die Entwicklung,
    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

Verbindet sich mit Kakao Local API und Kakao Maps und ermöglicht so den Zugriff auf standortbasierte Dienste und Kartenfunktionen in Korea.

  1. Voraussetzungen
    1. Konfiguration
      1. Ausführen des 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 -
          3
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          kakao navigation mcp server using kakao mobility & kakao map api
          Last updated -
          1
          TypeScript
          MIT License
        • -
          security
          -
          license
          -
          quality
          Provides access to Google Maps API functionality including geocoding, place search, direction routing, and distance calculations through a structured MCP interface.
          Last updated -
          JavaScript
          MIT License
        • 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