MCP Servers / development / kintone

kintone

JSON →
nonedevelopment

An MCP server for integrating with the kintone REST API. Supports CRUD operations, file management, comments, and status updates.

Install
How to run this server
[ { "cmd": "uvx --from", "imports": [] } ]
server path: kintone-2
Tools
What this server exposes
get_record
単一レコードの取得
get_records
レコード一覧の取得(ページネーション付き)
get_all_records
全レコードの自動取得
add_record
単一レコードの追加
add_records
複数レコードの一括追加(最大100件)
update_record
単一レコードの更新
update_records
複数レコードの一括更新(最大100件)
get_comments
レコードのコメント取得
add_comment
レコードへのコメント追加
update_status
レコードのステータス更新
update_statuses
複数レコードのステータス一括更新
upload_file
ファイルのアップロード
download_file
ファイルのダウンロード
get_app
アプリ情報の取得
get_apps
アプリ一覧の検索・取得
get_form_fields
フォームフィールド設定の取得
Configuration
Environment & auth
authnone
envKINTONE_API_TOKEN
Resources
kintone — MCP Server · libregistry