Mcp Naver Maps
@yunkee-lee
Mcp Naver Maps について
The MCP connects to the Naver Maps API (https://www.ncloud.com/product/applicationService/maps).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Naver Maps?
It connects to the Naver Maps API, supporting geocoding and directions. It is for developers needing Naver Maps services via the Model Context Protocol.
How to use Mcp Naver Maps?
Install Python 3.13+, uv, and obtain Naver Cloud Platform API credentials. Create a .env file with NAVER_MAPS_CLIENT_ID and NAVER_MAPS_CLIENT_SECRET, then run uv sync and uv run src/mcp_naver_maps.
Key features of Mcp Naver Maps
- Connects to the Naver Maps API
- Supports Geocoding API
- Supports Directions 5 API
- Uses environment variables for credentials
- Requires Python 3.13+ and uv
Use cases of Mcp Naver Maps
- Convert addresses to geographic coordinates
- Get driving directions between locations
- Integrate Naver Maps into MCP-based tools
FAQ from Mcp Naver Maps
What APIs are currently supported?
Geocoding and Directions 5.
What are the prerequisites?
Python 3.13 or higher, uv, and a Naver Cloud Platform account with API credentials.
Where are API credentials stored?
In a .env file with the names NAVER_MAPS_CLIENT_ID and NAVER_MAPS_CLIENT_SECRET.
How do I run the server?
Run uv run src/mcp_naver_maps after syncing dependencies with uv sync.
「メディアとデザイン」の他のコンテンツ
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.

Google Maps
modelcontextprotocolModel Context Protocol Servers
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
コメント