Kakao Bot Mcp Server
About
Connects an AI agent to a Kakao Official Account using the Kakao Developers API.
Details
- Author
- inspirit941
- GitHub stars
- 17
- Downloads
- 336
- Categories
- Communication, Other, API, AI
Jump to
- Send Kakao Talk messages to yourself (text, feed, list, location, calendar, commerce templates)
- List, create, update, and delete sub‑calendars via TalkCalendar API
- Integrates with MCP‑compatible AI agents (e.g., Claude Desktop)
- Demonstrates usage of Kakao Developers API through an MCP server
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Kakao Bot Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Create a Kakao application on developers.kakao.com, configure the required settings (platform, business app, Kakao Login, consent items), then clone the repository and set up a local environment with uv. All tools require the __email_address__ input to identify the user’s credentials.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kakao bot mcp server": {
"kakao-bot-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"kakao-bot-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
Kakao Bot MCP Server
<!-- TOC -->
- Kakao Bot MCP Server
- 예시
- Tools
- installation
- Step 1. developers.kakao.com 에서 카카오 애플리케이션 생성
- Step 2. 로컬환경 설정
<!-- /TOC -->
Model Context Protocol (MCP) server implementation that integrates the Kakao Developers API to connect an AI Agent to the Kakao Official Account.
MCP Server 구현체로, 카카오 Developers API를 AI Agent에 통합하는 예시입니다.
<br>
> [!NOTE]
> This repository is NOT officially provided or maintained by Kakao. <br>
> It may not include complete functionality or comprehensive support. <br>
> 카카오의 경우 대부분의 API가 사업자등록이 포함된 비즈니스 애플리케이션 단위로 권한을 관리하고 있으므로, <br>
> 개인이 사용하기엔 제한적입니다.
<br>
참고문서: https://developers.kakao.com/docs/latest/ko/kakaotalk-message/rest-api
---
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





