Naver Map Direction MCP Server

The Naver Map MCP(Model Context Provider) is a MCP server for get GEO data and direction data from Naver Map.

Local serverstdio

What is the Naver Map Direction MCP MCP server?

Naver Map Direction MCP becomes available to MCP clients through the naver map direction mcp mcp server. The Naver Map MCP(Model Context Provider) is a MCP server for get GEO data and direction data from Naver Map.

What Naver Map Direction MCP does

The Naver Map MCP(Model Context Provider) is a MCP server for get GEO data and direction data from Naver Map.

Tools it exposes

Once connected, the assistant can call these 5 tools directly:

  • get-geo — Get GEO data from Naver Map
  • get-direction — Get direction data from Naver Map
  • Request — 분당구 불정로 6 to 테헤란 427
  • Requirements — The Requirements tool exposed by this server
  • Installation — The Installation tool exposed by this server

Installing the naver map direction mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 4 environment variables: NAVER_MAP_DIRECTION_API_URL, NAVER_MAP_GEO_API_URL, NAVER_MAP_CLIENT_ID, NAVER_MAP_CLIENT_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  • Node.js 18.x or higher

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Naver Map Direction MCP sits in that group, and the shape of its toolset — get-geo, get-direction, Request among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by inchori.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the naver map direction mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
get-geoGet GEO data from Naver Map
get-directionGet direction data from Naver Map
Request분당구 불정로 6 to 테헤란 427
RequirementsThe Requirements tool exposed by this server.
InstallationThe Installation tool exposed by this server.

Configuration

  • Node.js 18.x or higher
VariableDescriptionRequired
NAVER_MAP_DIRECTION_API_URLEndpoint or connection string the server talks to.Yes
NAVER_MAP_GEO_API_URLEndpoint or connection string the server talks to.Yes
NAVER_MAP_CLIENT_IDConfiguration value read at startup.Optional
NAVER_MAP_CLIENT_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Naver Map Direction MCP to get-geo.
  • Use Naver Map Direction MCP to get-direction.
  • Use Naver Map Direction MCP to Request.

Frequently asked questions

It connects Naver Map Direction MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (get-geo, get-direction, Request, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Naver Map Direction MCP directly.