MCP.so
Sign In

MCP-NAVER-Map

@yeonupark

About MCP-NAVER-Map

Naver Map MCP Server

Basic information

Category

Media & Design

Runtime

python

Transports

stdio

Publisher

yeonupark

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.

Comments

More Media & Design MCP servers