Mcp Kakao Local
@yunkee-lee
About Mcp Kakao Local
MCP connects to the Kakao Local API and Kakao Map. 카카오 로컬 API 및 카카오맵에 연결하는 MCP 서버.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-kakao-local": {
"command": "uv",
"args": [
"run",
"src/mcp_kakao_local"
],
"env": {
"REST_API_KEY": "YOUR_REST_API_KEY_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments