Kintone MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KINTONE_DOMAINYesThe kintone domain in the format [subdomain].cybozu.com
KINTONE_PASSWORDYesThe kintone user's password in plain text
KINTONE_USERNAMEYesThe kintone username for MCP connection

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_record

kintoneアプリの1レコードを取得します

search_records

kintoneアプリのレコードを検索します

create_record

kintoneアプリに新しいレコードを作成します

update_record

kintoneアプリの既存レコードを更新します

get_apps_info

検索キーワードを指定して該当する複数のkintoneアプリの情報を取得します

download_file

kintoneアプリからファイルをダウンロードします

upload_file

kintoneアプリにファイルをアップロードします

add_record_comment

kintoneレコードにコメントを追加します

get_space

スペースの一般情報を取得します

update_space

スペースの設定を更新します

update_space_body

スペースの本文を更新します

get_space_members

スペースメンバーのリストを取得します

update_space_members

スペースメンバーを更新します

add_thread

スペースにスレッドを追加します

update_thread

スレッドを更新します

add_thread_comment

スレッドにコメントを追加します

add_guests

ゲストユーザーを追加します

update_space_guests

スペースのゲストメンバーを更新します

create_app

新しいkintoneアプリを作成します

add_fields

kintoneアプリにフィールドを追加します

deploy_app

kintoneアプリの設定をデプロイします

get_deploy_status

kintoneアプリのデプロイ状態を確認します

update_app_settings

kintoneアプリの一般設定を変更します

get_form_layout

kintoneアプリのフォームレイアウトを取得します

update_form_layout

kintoneアプリのフォームレイアウトを変更します