Labsco
MCP SERVER

kintone

by macrat

Give an assistant a scoped view of kintone — three app IDs, or none at all.

ERP & Vertical Business Systems
Summary
Per-app allow and deny lists, from a project that has handed off to Cybozu's official server.

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.

What it is

A single-executable MCP server for kintone that lets an AI client explore and manipulate records in your kintone apps.

What you get
  • 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
Requirements

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.