Read this first: on 2025-08-28 the author announced that Cybozu had released an official kintone MCP server and that this project would get no new features. What it still does unusually well is scoping — the env block alone decides which app IDs are reachable, with the deny list taking priority, so a client can be limited to a handful of apps without touching kintone's own permissions.
A single-executable MCP server for kintone that lets an AI client explore and manipulate records in your kintone apps.
- Explore and manipulate kintone data from an MCP client
- Per-app scoping: KINTONE_ALLOW_APPS and KINTONE_DENY_APPS take lists of app IDs, and deny wins over allow
- Sign in with a username and password, or with a comma-separated list of API tokens
- A prebuilt executable from the releases page — put it anywhere and point the client at it
KINTONE_BASE_URL is required, and then either KINTONE_USERNAME with KINTONE_PASSWORD or KINTONE_API_TOKEN. Download the executable from the releases page; there is no runtime to install.
