kakao-api-mcp-server

kakao-api-mcp-server

10

This server integrates KakaoMap and Daum Search API functionalities into an MCP server, facilitating API access for AI models. It supports various mapping and search operations, requiring a valid Kakao REST API Key.

Kakao API MCP Server

This project is a server that enables the use of KakaoMap API and Daum Search API via Model Context Protocol (MCP). It allows AI models to leverage mapping features of KakaoMap and various search functionalities of Daum.

Key Features

KakaoMap API

  • Place search
  • Coordinate-to-address conversion
  • Route finding

Daum Search API

  • Web document search
  • Image search
  • Blog search
  • Cafe search

Requirements

  • Valid Kakao REST API Key from Kakao Developers.

Installation and Setup

  • Clone the repository and install dependencies using yarn.
  • Configure Kakao REST API Key either through .env or command line.

Execution

  • Default HTTP mode via yarn start on port 3000.
  • stdio mode for direct MCP communication through terminal.
  • Development mode using yarn dev.