Mcp Naver Maps

Created By
yunkee-leea year ago
The MCP connects to the Naver Maps API (https://www.ncloud.com/product/applicationService/maps).
Overview

What is MCP Naver Maps?

MCP Naver Maps is a project that connects to the Naver Maps API, allowing users to access various mapping functionalities such as geocoding and directions.

How to use MCP Naver Maps?

To use MCP Naver Maps, you need to set up your environment by installing Python, the uv package, and obtaining API credentials from the Naver Cloud Platform. After configuration, you can run the MCP server to start using the mapping features.

Key features of MCP Naver Maps?

  • Access to Naver Maps API for geocoding and directions.
  • Easy setup with Python and uv package.
  • Supports environment variable configuration for API credentials.

Use cases of MCP Naver Maps?

  1. Integrating mapping functionalities into applications.
  2. Providing location-based services using Naver Maps.
  3. Developing applications that require geocoding and routing capabilities.

FAQ from MCP Naver Maps?

  • What are the prerequisites for using MCP Naver Maps?

You need Python 3.13 or higher, the uv package, and a Naver Cloud Platform account for API credentials.

  • How do I run the MCP server?

You can run the server using the command uv run src/mcp_naver_maps after syncing dependencies.

Server Config

{
  "mcpServers": {
    "mcp-naver-maps": {
      "command": "uv",
      "args": [
        "run",
        "src/mcp_naver_maps"
      ],
      "env": {
        "NAVER_MAPS_CLIENT_ID": "YOUR_CLIENT_ID_HERE",
        "NAVER_MAPS_CLIENT_SECRET": "YOUR_CLIENT_SECRET_HERE"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
yunkee-lee
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago