Kakao Navigation
About
Integrates with Kakao Maps and Mobility APIs to enable route planning, geocoding, and location searches within Korea.
Details
- Author
- cachij
- Repository
- CaChiJ/kakao-navigation-mcp-server
- GitHub stars
- 9
- Downloads
- 390
- License
- MIT License
- Categories
- AI, Developer Tools, Search, Security, Project Management, API, Infrastructure, Other
Jump to
- Geocode addresses to latitude/longitude coordinates
- Search directions using place names or coordinates
- Future route planning at a specified time
- Find addresses by place name
- Supports walking and driving modes with real-time traffic
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Kakao NavigationCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Sign in to Kakao Developers, create an application, enable Kakao Map API, and copy your REST API key. Then configure your MCP client to use this server with the key. The server provides tools for geocoding and direction searches.
geocode
Converts an address to coordinate information (latitude/longitude).
direction_search_by_names
Finds directions based on the starting and destination addresses.
direction_search_by_coordinates
Finds directions based on the starting and destination coordinates.
future_direction_search_by_coordinates
Finds directions based on the starting and destination coordinates for a specific future time.
address_search_by_place_name
Finds an address based on the name of a place.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kakao navigation": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
Kakao Mobility & Kakao Map MCP Server
소개
본 레포지토리는 Model Context Protocol (MCP)을 준수하여 카카오 모빌리티 및 카카오맵 API와 연동되는 서버를 제공합니다. 국내 환경에 적합한 길찾기 서비스를 제공하는 것을 목표로 합니다.
주요 기능
1. 위치 검색 (지오코딩)
- 주소나 장소명을 좌표(위도/경도)로 변환 - 정확한 위치 정보 제공2. 길찾기 서비스
- 출발지에서 목적지까지의 최적 경로 검색 - 도보, 자동차 등 다양한 이동 수단 지원 - 실시간 교통 정보 반영시작하기
1. kakao developers에 로그인합니다. 2. 애플리케이션 생성 - '내 애플리케이션' > '애플리케이션 추가하기' > 애플리케이션 정보 입력 후 '저장' 3. 카카오 맵 API 활성화 - 사이드바에서 '카카오 맵' 선택 > '활성화 설정' ON 4. REST API Key 발급 - 사이드바에서 '앱 키' 선택 > 'REST API 키' 복사해 사용제공 도구
본 서버는 다음과 같은 MCP 도구들을 제공합니다:
- geocode: 주소를 좌표 정보로 지오코딩
- direction_search_by_names: 출발지와 목적지 주소로 길찾기
- direction_search_by_coordinates: 출발지와 목적지 좌표로 길찾기
- future_direction_search_by_coordinates: 출발지와 목적지 좌표로 미래 특정 시점의 길찾기
- address_search_by_place_name: 장소 이름으로 주소 찾기
배포 정보
본 서버의 배포 정보 및 최신 업데이트는 Smithery에서 확인하실 수 있습니다.
---
Made with ❤️ using Model Context Protocol
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





