MCP-NAVER-Map
@yeonupark
About MCP-NAVER-Map
Naver Map MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-naver-map": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP-NAVER-Map?
MCP-NAVER-Map is an MCP server that integrates with Naver Cloud’s Geolocation API and Directions15 API to provide IP‑based location lookup and route‑finding capabilities. It is intended for developers using MCP‑compatible clients such as Claude for Desktop.
How to use MCP-NAVER-Map?
Clone the repository, install dependencies with uv sync, and create a .env file with your Naver Cloud credentials (NAVER_ACCESS_KEY_ID, NAVER_SECRET_KEY, MAP_CLIENT_ID, MAP_CLIENT_SECRET). Then register the server in your MCP client’s configuration file (e.g., claude_desktop_config.json) using the uv command. Launch the MCP client from the terminal to establish a proper connection.
Key features of MCP-NAVER-Map
- IP‑based location lookup (manual IP input required)
- Optimal driving directions between two points
- Powered by NCP Geolocation API and Directions15 API
- Requires a Naver Cloud Platform account and enabled APIs
- Works with MCP‑compatible clients (e.g., Claude for Desktop)
Use cases of MCP-NAVER-Map
- “Where am I right now?” queries by providing an IP address
- “How do I get from City Hall to Seoul Station?” route queries
- Integrating Naver location and direction data into AI assistant workflows
- Building geolocation‑aware tools that rely on Naver Cloud services
FAQ from MCP-NAVER-Map
Which Naver Cloud APIs does MCP-NAVER-Map use?
It uses the Geolocation API for IP‑based lookup and the Directions15 API for route finding.
What are the prerequisites to run MCP-NAVER-Map?
Python 3.12+, the uv package manager, and an active Naver Cloud Platform account with both Geolocation and Directions15 APIs enabled.
Do I need to supply my own IP for location lookup?
Yes, the server requires a manual IP address input; it does not automatically detect the client’s IP.
How do I configure MCP-NAVER-Map with an MCP client?
You edit your client’s configuration file (e.g., claude_desktop_config.json) to point to the server directory and run it via uv run server. Then launch the client from your terminal.
What license does MCP-NAVER-Map use?
It is licensed under the MIT License.
More Media & Design MCP servers
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Comments