Mcp Kakao Local
@yunkee-lee
Mcp Kakao Local について
MCP connects to the Kakao Local API and Kakao Map. 카카오 로컬 API 및 카카오맵에 연결하는 MCP 서버.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-kakao-local": {
"command": "uv",
"args": [
"run",
"src/mcp_kakao_local"
],
"env": {
"REST_API_KEY": "YOUR_REST_API_KEY_HERE"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Kakao Local?
Mcp Kakao Local is a Model Context Protocol server that connects to the Kakao Local API and Kakao Map. It allows AI assistants to access Kakao’s local geographic data, targeting developers who build location-aware applications using Kakao services.
How to use Mcp Kakao Local?
Create a .env file with your Kakao REST API key (REST_API_KEY). Install dependencies with uv sync and run the server using uv run src/mcp_kakao_local. For development, activate the virtual environment and use mcp dev src/mcp_kakao_local/server.py.
Key features of Mcp Kakao Local
- Integrates with Kakao Local API and Kakao Map
- Requires Kakao REST API credentials for authentication
- Managed with
uvfor dependency and execution control - Supports development mode via
mcp dev
Use cases of Mcp Kakao Local
—
FAQ from Mcp Kakao Local
What are the prerequisites for using Mcp Kakao Local?
You need Python 3.13 or higher, uv installed, and a Kakao Developers account with REST API credentials.
How do I configure my API key?
Create a .env file in the project root and add REST_API_KEY="YOUR_REST_API_KEY_HERE". The exact environment variable name is determined by the source code.
How do I run the Mcp Kakao Local server?
Navigate to the project root, run uv sync to install dependencies, then execute uv run src/mcp_kakao_local.
How do I run the server in development mode?
Activate the virtual environment (source .venv/bin/activate) and use mcp dev src/mcp_kakao_local/server.py.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント