MCP.so
ログイン

MCP-NAVER-Map

@yeonupark

MCP-NAVER-Map について

Naver Map MCP Server

基本情報

カテゴリ

メディアとデザイン

ランタイム

python

トランスポート

stdio

公開者

yeonupark

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-naver-map": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「メディアとデザイン」の他のコンテンツ