MCP Naver 地图
MCP 连接到Naver Maps API和Naver Search API 。 API 的应用程序是 API 的应用程序 (로컬) 和 MCP 的应用程序。
它目前支持以下 API:
先决条件
开始之前,请确保已安装以下软件:
Python: 3.13 或更高版本
**uv:**您可以在此处找到安装说明。
**Naver 云平台账户:**您需要 Naver 地图服务的 API 凭证(客户端 ID 和客户端密钥)。您可以从Naver 云平台控制台获取这些信息。
**Naver Develoeprs 帐户:**您需要 Naver Developers API 的 API 凭证(客户端 ID 和客户端密钥)。您可以从Naver Developers获取这些凭证。
配置
**创建
.env
文件:**在项目根目录中创建一个文件。**添加 API 凭据:**编辑
.env
文件并添加您的 Naver Maps API 凭据和 Naver Developers API 凭据。NAVER_MAPS_CLIENT_ID="YOUR_NAVER_MAPS_CLIENT_ID" NAVER_MAPS_CLIENT_SECRET="YOUR_NAVER_MAPS_CLIENT_SECRET" NAVER_CLIENT_API="YOUR_NAVER_CLIENT_API" NAVER_CLIENT_SECRET="YOUR_NAVER_CLIENT_SECRET"请检查
src/mcp_naver_maps/naver_maps_client.py
来验证所需的确切环境变量名称。
运行 MCP
**同步依赖项:**在终端中导航到项目根目录并运行以下命令。这将创建一个虚拟环境(如果不存在)并安装
pyproject.toml
中指定的所有依赖项。uv sync**运行::**您可以使用
uv
运行 MCP 服务器。uv run src/mcp_naver_maps为了发展,
source .venv/bin/activate mcp dev src/mcp_naver_maps/server.py
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
连接到 Naver Maps 和搜索 API 的服务器,支持韩国位置的地理编码和本地搜索功能。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that provides access to Naver OpenAPI services, enabling users to search blogs, news, books, images, and other content through standardized Model Context Protocol interfaces.Last updated -111MIT License
- AsecurityAlicenseAqualityAn MCP server that enables searching various content types (news, blogs, shopping, images, etc.) through Naver's search API.Last updated -1932040MIT License
- AsecurityFlicenseAqualityProvides access to Naver Search APIs, allowing AI agents to search across multiple categories (blogs, news, books, images, shopping items, etc.) with structured responses optimized for LLM consumption.Last updated -133
- AsecurityAlicenseAqualityConnects to Kakao Local API and Kakao Maps, enabling access to location-based services and map functionality in Korea.Last updated -4MIT License