Sponsored by Deepsite.site

Naver Maps MCP Server

Created By
devyhan9 months ago
Model Context Protocol (MCP) 서버를 이용한 네이버 지도 API 구현
Content

Naver Maps MCP Server

This project is a server that provides Naver Maps API through the Model Context Protocol (MCP). It allows AI applications to utilize Naver Maps API features such as geocoding, reverse geocoding, and route searching.

Features

This MCP server provides the following Naver Maps API features:

  • Geocoding: Convert addresses to coordinates (latitude, longitude)
  • Reverse Geocoding: Convert coordinates to addresses
  • Place Search: Search places based on keywords
  • Route Search: Provide optimal routes between two points
  • Route Search with Waypoints: Provide optimal routes including waypoints
  • Coordinate System Conversion: Convert between various coordinate systems

Getting Started

Prerequisites

  • Node.js 18.0.0 or higher
  • Naver Cloud Platform API credentials (Client ID, Client Secret)

Installation

  1. Clone the repository:
git clone https://github.com/devyhan/naver-maps-mcp.git
cd naver-maps-mcp
  1. Install dependencies:
npm install
  1. Set up environment variables:

Copy the .env.example file to create a .env file and set the necessary environment variables:

cp .env.example .env

Edit the .env file to enter your Naver API authentication information:

NAVER_CLIENT_ID=your_client_id_here
NAVER_CLIENT_SECRET=your_client_secret_here

Running

npm start

Testing

npm test

Testing with MCP Inspector

You can test the server using MCP Inspector:

npx @modelcontextprotocol/inspector node index.js

Using with Claude Desktop

To use this server with Claude Desktop:

  1. Create a claude_desktop_config.json file in Claude Desktop's configuration directory:
{
  "naverMaps": {
    "command": "node",
    "args": ["/Users/your-username/path/to/naver-maps-mcp/index.js"],
    "env": {
      "NAVER_CLIENT_ID": "your_client_id_here",
      "NAVER_CLIENT_SECRET": "your_client_secret_here"
    }
  }
}
  1. Restart Claude Desktop.

Usage Examples

Geocoding (Address → Coordinates)

Tool: geocode
Parameters: 
{
  "address": "서울특별시 강남구 테헤란로 129"
}

Reverse Geocoding (Coordinates → Address)

Tool: reverseGeocode
Parameters:
{
  "latitude": 37.5058,
  "longitude": 127.0556
}
Tool: getDirections
Parameters:
{
  "start": {
    "latitude": 37.5058,
    "longitude": 127.0556
  },
  "goal": {
    "latitude": 37.5662,
    "longitude": 126.9784
  },
  "option": "trafast"
}

Project Structure

naver-maps-mcp/
├── index.js              # Entry point
├── package.json          # Project metadata
├── .env.example          # Environment variables example
├── README.md             # Project documentation
├── src/
│   ├── server.js         # MCP server implementation
│   ├── api/
│   │   └── naverMapsClient.js  # Naver API client
│   └── utils/
│       ├── config.js     # Configuration management
│       └── logger.js     # Logging utility
└── tests/
    └── test.js           # Test code

License

ISC

References

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
DeepChatYour AI Partner on Desktop
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Tavily Mcp
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
ChatWiseThe second fastest AI chatbot™
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server