Skip to main content
Glama

MCP Kakao Local

by yunkee-lee

MCP 카카오 로컬

MCP는 카카오 로컬 API 와 카카오맵에 연결됩니다. 카카오플레이어 API 및 카카오맵에 연결하는 MCP 서버입니다.

필수 조건

시작하기 전에 다음 사항이 설치되어 있는지 확인하세요.

  • Python: 버전 3.13 이상
  • uv: 설치 지침은 여기에서 확인할 수 있습니다.
  • 카카오 개발자: 카카오 개발자 의 API 인증 정보가 필요합니다.

구성

  1. .env 파일을 만듭니다. 프로젝트 루트에 파일을 만듭니다.
  2. API 자격 증명 추가: .env 파일을 편집하여 Kakao REST API 자격 증명을 추가합니다.지엑스피1src/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.

카카오 로컬 API와 카카오 지도에 연결하여 한국 내 위치 기반 서비스와 지도 기능에 접근할 수 있습니다.

  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