Lists available Kintone applications
Gets information about a specific Kintone application
Lists records from a Kintone application
Gets a specific record from a Kintone application
Adds a new record to a Kintone application
Updates an existing record in a Kintone application
Deletes a record from a Kintone application
The Kintone Integration MCP server enables AI tools like Claude Desktop to interact with your Kintone database. This integration allows you to query, explore, and manipulate data stored in Kintone applications through natural language conversations with AI assistants. With this MCP server, you can ask questions about your Kintone data, request updates to records, and analyze information across multiple Kintone applications. It bridges the gap between powerful AI capabilities and your business data stored in Kintone.
The Kintone Integration MCP server allows AI tools like Claude Desktop to connect with your Kintone database, enabling natural language interactions with your business data. This integration makes it possible to query, analyze, and update Kintone records through conversational AI interfaces.
To use the Kintone Integration with Claude Desktop or other MCP-compatible AI tools, you'll need to configure the client to connect to the MCP server.
Edit the Claude Desktop configuration file located at:
~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration to the mcpServers
section:
{
"mcpServers": {
"kintone": {
"command": "C:\\path\\to\\mcp-server-kintone.exe",
"env": {
"KINTONE_BASE_URL": "https://<domain>.cybozu.com",
"KINTONE_USERNAME": "<your username>",
"KINTONE_PASSWORD": "<your password>",
"KINTONE_API_TOKEN": "<your api token>, <another api token>, ...",
"KINTONE_ALLOW_APPS": "1, 2, 3, ...",
"KINTONE_DENY_APPS": "4, 5, ..."
}
}
}
}
Configure the following environment variables to connect to your Kintone instance:
https://your-domain.cybozu.com
).After configuring, restart your AI client (e.g., Claude Desktop) to apply the changes.
Once configured, you can interact with your Kintone data using natural language. Here are some example prompts you can use with Claude Desktop:
The AI will interpret these requests and use the MCP server to fetch or update the relevant data in your Kintone instance.