loading…
Search for a command to run...
loading…
Provide route finding and navigation capabilities using the Naver Maps API. Enable agents to access detailed directions and map data for locations in Korea. Enh
Provide route finding and navigation capabilities using the Naver Maps API. Enable agents to access detailed directions and map data for locations in Korea. Enhance location-based applications with accurate and up-to-date navigation information.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"naver-maps-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"Chaeyun06/naver-maps-mcp"
]
}
}
}