Kakao Mobility MCP Server

Kakao Mobility MCP Server for directions and transit information

Local serverstdio

What is the Kakao Mobility MCP server?

Connect Kakao Mobility to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Kakao Mobility MCP Server for directions and transit information. The kakao mobility mcp server is what makes that connection.

What the server does

본 레포지토리는 Model Context Protocol (MCP)을 준수하여 카카오 모빌리티 및 카카오맵 API와 연동되는 서버를 제공합니다. 국내 환경에 적합한 길찾기 서비스를 제공하는 것을 목표로 합니다.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • geocode — 주소를 좌표 정보로 지오코딩
  • direction_search_by_names — 출발지와 목적지 주소로 길찾기
  • direction_search_by_coordinates — 출발지와 목적지 좌표로 길찾기
  • future_direction_search_by_coordinates — 출발지와 목적지 좌표로 미래 특정 시점의 길찾기
  • address_search_by_place_name — 장소 이름으로 주소 찾기

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Kakao Mobility's toolset — geocode, direction_search_by_names, direction_search_by_coordinates and 2 more — is a fair guide to whether it matches your workflow. It is maintained by CaChiJ; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
geocode주소를 좌표 정보로 지오코딩
direction_search_by_names출발지와 목적지 주소로 길찾기
direction_search_by_coordinates출발지와 목적지 좌표로 길찾기
future_direction_search_by_coordinates출발지와 목적지 좌표로 미래 특정 시점의 길찾기
address_search_by_place_name장소 이름으로 주소 찾기

Example prompts to try

  • Use Kakao Mobility to geocode.
  • Use Kakao Mobility to direction search by names.
  • Use Kakao Mobility to direction search by coordinates.

Frequently asked questions

Yes. You must obtain a REST API key from the Kakao Developers console and provide it to the server for authentication.