Kakao Mobility MCP Server for directions and transit information
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.
본 레포지토리는 Model Context Protocol (MCP)을 준수하여 카카오 모빌리티 및 카카오맵 API와 연동되는 서버를 제공합니다. 국내 환경에 적합한 길찾기 서비스를 제공하는 것을 목표로 합니다.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
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 — 장소 이름으로 주소 찾기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.
| Tool | What it does |
|---|---|
| geocode | 주소를 좌표 정보로 지오코딩 |
| direction_search_by_names | 출발지와 목적지 주소로 길찾기 |
| direction_search_by_coordinates | 출발지와 목적지 좌표로 길찾기 |
| future_direction_search_by_coordinates | 출발지와 목적지 좌표로 미래 특정 시점의 길찾기 |
| address_search_by_place_name | 장소 이름으로 주소 찾기 |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.