Submit

Mcp Kakao Local

@yunkee-lee

The MCP connects to the Kakao Local API (https://developers.kakao.com/docs/latest/ko/local/common).
Overview

What is MCP Kakao Local?

MCP Kakao Local is a project that connects to the Kakao Local API, allowing users to access location-based services and data from Kakao.

How to use MCP Kakao Local?

To use MCP Kakao Local, you need to set up your environment by installing Python and the required dependencies, configure your API credentials, and then run the server using the provided commands.

Key features of MCP Kakao Local?

  • Integration with Kakao Local API for location services
  • Easy setup with environment configuration
  • Ability to run a local server for development and testing

Use cases of MCP Kakao Local?

  1. Accessing local business information through Kakao.
  2. Implementing location-based services in applications.
  3. Developing applications that require mapping and geolocation features.

FAQ from MCP Kakao Local?

  • What are the prerequisites for using MCP Kakao Local?

You need Python 3.13 or higher and API credentials from Kakao Developers.

  • How do I run the MCP server?

You can run the server using the command uv run src/mcp_kakao_local after syncing dependencies.

  • Is there a way to test the application locally?

Yes! You can run the server in development mode using mcp dev src/mcp_kakao_local/server.py.

Server Config

{
  "mcpServers": {
    "mcp-kakao-local": {
      "command": "uv",
      "args": [
        "run",
        "src/mcp_kakao_local"
      ],
      "env": {
        "REST_API_KEY": "YOUR_REST_API_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.