mcp-naver-maps

mcp-naver-maps

0

The MCP Naver Maps project is a server application that connects to the Naver Maps and Search APIs, facilitating geocoding and local search functionalities. It integrates with the Naver Cloud and Developer platforms and requires an environment configuration for credentials.

MCP Naver Maps

The MCP Naver Maps project connects to Naver Maps API and Naver Search API. It offers support for Geocoding and Local search. The server-side software requires Python 3.13 or higher and the 'uv' package for execution.

Prerequisites

  • Python version 3.13 or higher
  • uv package
  • Naver Cloud Platform Account with API credentials (Client ID and Client Secret)
  • Naver Developers Account with API credentials

Configuration

  • Create a .env file in the project root and add your Naver Maps and Developers API credentials.

Running the MCP

  • Sync dependencies using terminal commands to create a virtual environment.
  • Run the server using the 'uv' package.

For development, activate a Python virtual environment and start the server accordingly.