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
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments