Automate Daily Task Check with Kintone MCP and Claude
This article introduces how to use the Kintone MCP Server and Claude Desktop to automatically retrieve and summarize daily tasks from Kintone.
Overview
This article shows how to retrieve and summarize daily tasks from Kintone using the Kintone MCP Server and Claude Desktop.
What is MCP
MCP (Model Context Protocol) is an open standard developed by Anthropic that allows AI assistants to connect directly to external tools and data sources. By installing the Kintone MCP Server, Claude Desktop can read, search, and update Kintone records through natural language without any API scripting or third-party integration tools.
General Flow
The general flow is as follows:
- Install the Kintone MCP Server as a Desktop Extension in Claude Desktop.
- Configure the connection with Kintone credentials.
- Open Claude Desktop each morning and ask for today's tasks.
- Claude retrieves and summarizes due tasks directly from Kintone.
Required Environments
In addition to a Kintone environment, the following are required:
- Claude Desktop installed on macOS or Windows. Download from the following link:
-
claude.ai/download
- Note: This tutorial requires the native desktop application, not the Claude web app or PWA.
-
claude.ai/download
- Claude paid plan. For plan details, refer to the following link:
- Kintone MCP Server. Available at the following link:
- Kintone subdomain URL, username, and password
Initial Setup
This section describes installing the Kintone MCP Server and preparing a Kintone App.
Install the Kintone MCP Server
The Kintone MCP Server is distributed as a .mcpb file, which is a desktop extension that installs directly into Claude Desktop.
- Go to the Kintone MCP Server GitHub README and follow the installation instructions:
- After completing the installation and entering the required information, restart Claude Desktop.
Verify the Connection
After restarting Claude Desktop, confirm that the Kintone MCP Server is connected.
- Click the + button at the bottom of the chat input box.
- Select Connectors.
- Confirm that Kintone MCP Server appears with a blue status indicator.
Create a Sample App
If a task management app does not already exist in Kintone, create one with the following fields:
| Field Type | Field Name | Field Code | Notes |
|---|---|---|---|
| Text | Task Name | task_name | Required |
| Date | Due Date | due_date | Used to filter today's tasks |
| Drop-down | Status | status | Add 3 options: "Not Started", "In Progress", "Done", and set "Not Started" as the default value |
| Drop-down | Priority | priority | Add 3 options: "High", "Medium", "Low", and set "Medium" as the default value |
| User selection | Assignee | assignee | Optional |
Add Sample Records
Add a few records with today's date in the Due Date field. These will be used to test the integration.
Retrieve Today's Tasks
With the Kintone MCP Server connected and sample records in place, daily tasks can now be retrieved from Claude Desktop.
Open a new chat in Claude Desktop and enter the following prompt:
|
|
Claude will query the Kintone App and return a formatted list of today's tasks grouped by priority.
As part of this process, Claude may request permission to access the Kintone App. Accept the permission to continue.
Create a Full Morning Briefing
To go beyond a simple list, use the following prompt for a more complete briefing:
|
|
Claude will combine the retrieved records with its reasoning to provide an actionable summary with prioritized recommendations.