This repository provides an MCP server for kintone, enabling users to connect and interact with their kintone data using AI tools like Claude Desktop. It allows exploring and manipulating kintone data.
This is a Model Context Protocol (MCP) server designed to connect kintone with AI tools like Claude Desktop, enabling users to interact with and manipulate kintone data using natural language.
Japanese version: Instructions are also available in Japanese.
Download the latest release from the release page. The executable can be placed in any directory.
Configure your client to connect to the server. For Claude Desktop, edit the claude_desktop_config.json
file in the specified directory for your OS. Add a "kintone" entry to the mcpServers
section, specifying the path to the executable and environment variables for kintone authentication and app access control.
Environment variables:
KINTONE_BASE_URL
: (Required) The base URL of your kintone.KINTONE_USERNAME
/KINTONE_PASSWORD
or KINTONE_API_TOKEN
: Credentials for authentication.KINTONE_ALLOW_APPS
/KINTONE_DENY_APPS
: Comma-separated lists of app IDs to control access.Restart Claude Desktop to apply changes.
Interact with kintone using AI tools. Example queries include retrieving project statuses, updating progress, and identifying projects behind schedule.
macrat/mcp-server-kintone
December 18, 2024
March 20, 2025
Go