a year ago
The MCP connects to the Naver Maps API (https://www.ncloud.com/product/applicationService/maps).
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"
}
}
}
}