MCP Naver Maps logo

MCP Naver Maps

by yunkee-lee

The MCP Naver Maps server connects to the Naver Maps API and Naver Search API, providing access to geocoding and local search functionalities. It allows developers to integrate Naver Maps services into their applications.

View on GitHub

Last updated: N/A

What is MCP Naver Maps?

MCP Naver Maps is a server that acts as a bridge between your application and the Naver Maps API and Naver Search API. It provides endpoints for accessing geocoding and local search services offered by Naver.

How to use MCP Naver Maps?

  1. Install Python 3.13 or higher and uv. 2. Obtain API credentials from Naver Cloud Platform and Naver Developers. 3. Create a .env file and add your API credentials. 4. Sync dependencies using uv sync. 5. Run the server using uv run src/mcp_naver_maps.

Key features of MCP Naver Maps

  • Geocoding API integration

  • Local Search API integration

  • Easy configuration with .env file

  • Dependency management with uv

  • Python-based server

Use cases of MCP Naver Maps

  • Finding coordinates from addresses

  • Searching for local businesses

  • Integrating maps into applications

  • Developing location-based services

  • Building applications that require Korean map data

FAQ from MCP Naver Maps

What is the purpose of this server?

This server provides an easy way to access Naver Maps API and Naver Search API for geocoding and local search functionalities.

What are the prerequisites for running this server?

You need Python 3.13 or higher, uv, and API credentials from Naver Cloud Platform and Naver Developers.

How do I configure the server?

Create a .env file in the project root and add your API credentials.

How do I run the server?

Navigate to the project root directory in your terminal and run uv sync followed by uv run src/mcp_naver_maps.

Where can I find the required API credentials?

You can obtain API credentials from the Naver Cloud Platform console and Naver Developers website.