MCP Kakao 本地
MCP 连接到Kakao Local API和 Kakao Map。 카카오 로컬 API 和 MCP 相关。
先决条件
开始之前,请确保已安装以下软件:
Python: 3.13 或更高版本
**uv:**您可以在此处找到安装说明。
**Kakao 开发人员:**您需要Kakao 开发人员的 API 凭证。
配置
**创建
.env
文件:**在项目根目录中创建一个文件。**添加 API 凭证:**编辑
.env
文件并添加您的 Kakao REST API 凭证。REST_API_KEY="YOUR_REST_API_KEY_HERE"请检查
src/mcp_kakao_local/kakao_local_client.py
来验证所需的确切环境变量名称。
运行 MCP
**同步依赖项:**在终端中导航到项目根目录并运行以下命令。这将创建一个虚拟环境(如果不存在)并安装
pyproject.toml
中指定的所有依赖项。uv sync**运行::**您可以使用
uv
运行 MCP 服务器。uv run src/mcp_kakao_local为了发展,
source .venv/bin/activate mcp dev src/mcp_kakao_local/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.
连接到 Kakao Local API 和 Kakao Maps,可以访问韩国的基于位置的服务和地图功能。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA server that enables AI models to access Kakao Map features (place search, address lookup, route finding) and Daum search services (web, image, blog, cafe) through Model Context Protocol.Last updated -14MIT License
- -securityAlicense-qualitykakao navigation mcp server using kakao mobility & kakao map apiLast updated -9MIT License
- -securityAlicense-qualityEnables AI assistants to access South Korean tourism information via the official Korea Tourism Organization API, providing comprehensive search for attractions, events, food, and accommodations with multilingual support.Last updated -6MIT License
- AsecurityAlicenseAqualityA server that connects to Naver Maps and Search APIs, enabling geocoding and local search functionality for Korean locations.Last updated -2MIT License