Kakao Bot Mcp Server
@inspirit941
关于 Kakao Bot Mcp Server
MCP Server Implementation on Kakao Developers API to connect an AI Agent
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kakao-bot-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
20Sends a Kakao Talk text message to me.
`__email_address__` (string, required): The email address associated with the Kakao account.
Sends a Kakao Talk feed message to me.
`__email_address__` (string, required)
Sends a Kakao Talk list message to me.
`__email_address__` (string, required)
Sends a Kakao Talk location message to me.
`__email_address__` (string, required)
Sends a Kakao Talk calendar message to me.
`__email_address__` (string, required)
Sends a Kakao Talk commerce message to me.
`__email_address__` (string, required)
Retrieves the list of user calendars.
`__email_address__` (string, required): The email address associated with the Kakao account.
Creates a new sub-calendar for the user.
`__email_address__` (string, required): The email address associated with the Kakao account.
Updates an existing sub-calendar.
`__email_address__` (string, required): The email address associated with the Kakao account.
Deletes a user's sub-calendar.
`__email_address__` (string, required): The email address associated with the Kakao account.
概览
What is Kakao Bot MCP Server?
A Model Context Protocol (MCP) server implementation that integrates the Kakao Developers API to connect an AI Agent to a Kakao Official Account. It provides tools for sending Kakao Talk messages and managing Kakao TalkCalendar sub‑calendars. This is an example project and is not officially provided or maintained by Kakao.
How to use Kakao Bot MCP Server?
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.
Key features of Kakao Bot MCP Server
- 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
Use cases of Kakao Bot MCP Server
- Send personalised Kakao Talk messages to yourself from an AI assistant
- Manage multiple sub‑calendars automatically through natural language commands
- Experiment with Kakao API integration in a conversational AI environment
FAQ from Kakao Bot MCP Server
Is this server officially provided by Kakao?
No. This repository is NOT officially provided or maintained by Kakao. It may not include complete functionality or comprehensive support.
What are the runtime requirements?
Python 3.13 or later, uv installed locally, and a Kakao account. A Kakao application with a business app (or individual developer business app) is also required.
Which Kakao API endpoints are supported?
For TalkMessage, only the “send to me – basic template” API is supported. For TalkCalendar, listing, creating, updating, and deleting sub‑calendars are supported.
Do I need additional permissions for the TalkCalendar API?
Yes. The TalkCalendar API requires a separate permission request to Kakao. See the Kakao Developer documentation for the request procedure.
Can individuals use this server?
Most Kakao APIs manage permissions based on business applications, so individual use is limited. A personal developer business app can be registered without a business registration number.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论