Mcp Naver Maps
@yunkee-lee
About Mcp Naver Maps
The MCP connects to the Naver Maps API (https://www.ncloud.com/product/applicationService/maps).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-naver-maps": {
"command": "uv",
"args": [
"run",
"src/mcp_naver_maps"
],
"env": {
"NAVER_MAPS_CLIENT_ID": "YOUR_CLIENT_ID_HERE",
"NAVER_MAPS_CLIENT_SECRET": "YOUR_CLIENT_SECRET_HERE"
}
}
}
}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 Maps?
It connects to the Naver Maps API, supporting geocoding and directions. It is for developers needing Naver Maps services via the Model Context Protocol.
How to use Mcp Naver Maps?
Install Python 3.13+, uv, and obtain Naver Cloud Platform API credentials. Create a .env file with NAVER_MAPS_CLIENT_ID and NAVER_MAPS_CLIENT_SECRET, then run uv sync and uv run src/mcp_naver_maps.
Key features of Mcp Naver Maps
- Connects to the Naver Maps API
- Supports Geocoding API
- Supports Directions 5 API
- Uses environment variables for credentials
- Requires Python 3.13+ and uv
Use cases of Mcp Naver Maps
- Convert addresses to geographic coordinates
- Get driving directions between locations
- Integrate Naver Maps into MCP-based tools
FAQ from Mcp Naver Maps
What APIs are currently supported?
Geocoding and Directions 5.
What are the prerequisites?
Python 3.13 or higher, uv, and a Naver Cloud Platform account with API credentials.
Where are API credentials stored?
In a .env file with the names NAVER_MAPS_CLIENT_ID and NAVER_MAPS_CLIENT_SECRET.
How do I run the server?
Run uv run src/mcp_naver_maps after syncing dependencies with uv sync.
More Media & Design MCP servers
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
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.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Comments