The MCP connects to the Kakao Local API (https://developers.kakao.com/docs/latest/ko/local/common).
Server Config
{
"mcpServers": {
"mcp-kakao-local": {
"command": "uv",
"args": [
"run",
"src/mcp_kakao_local"
],
"env": {
"REST_API_KEY": "YOUR_REST_API_KEY_HERE"
}
}
}
}