Kakao Bot MCP Server
by inspirit941
This is a Model Context Protocol (MCP) server implementation that integrates the Kakao Developers API to connect an AI Agent to the Kakao Official Account. It provides tools to interact with Kakao Talk Message and Calendar APIs.
Last updated: N/A
What is Kakao Bot MCP Server?
This server is an implementation of the Model Context Protocol (MCP) designed to integrate Kakao Developers APIs with AI Agents. It allows AI agents to interact with Kakao services like sending Kakao Talk messages and managing Kakao Talk Calendars.
How to use Kakao Bot MCP Server?
To use this server, you need to create a Kakao application on developers.kakao.com, configure your local environment with the necessary credentials (REST API key, client secret), and then run the MCP server using the provided commands. You will also need to configure Claude desktop to use the MCP server.
Key features of Kakao Bot MCP Server
Integrates Kakao Developers API with AI Agents
Supports sending Kakao Talk messages (text, feed, list, location, commerce, calendar templates) to yourself
Supports managing Kakao Talk Calendars (list, create, update, delete sub-calendars)
Requires Kakao account and application setup
Use cases of Kakao Bot MCP Server
Enabling AI agents to send automated messages via Kakao Talk
Allowing AI agents to manage user's Kakao Talk Calendar
Integrating AI agents with Kakao services for personalized communication
Building conversational AI applications that leverage Kakao Talk
FAQ from Kakao Bot MCP Server
Is this server officially supported by Kakao?
Is this server officially supported by Kakao?
No, this repository is NOT officially provided or maintained by Kakao.
What Kakao Talk Message APIs are supported?
What Kakao Talk Message APIs are supported?
Currently, only the 'send to me - basic template' API is supported.
Do I need a business license to use this?
Do I need a business license to use this?
Kakao APIs generally require a business application with business registration, which may be restrictive for individual use.
What are the prerequisites for installation?
What are the prerequisites for installation?
You need Python 3.13+ and a Kakao account.
What files are required for the server to function properly?
What files are required for the server to function properly?
The server requires .accounts.json
and .kauth.json
files in the project root directory.