2025年9月11日現在 [ChatGPT Web版](https://platform.openai.com/docs/guides/developer-mode) においては ChatGPT の Pro または Plus アカウントで 設定 → コネクタ→ 詳細設定 → 開発者モード
Most AI and media services work still happens through a UI a human drives. Kintone Oauth Cfw MCP server moves it into the conversation instead. 2025年9月11日現在 ChatGPT Web版 においては ChatGPT の Pro または Plus アカウントで 設定 → コネクタ→ 詳細設定 → 開発者モード を有効にすることにより ベータ版として利用できるという状況のようです。.
The server publishes 14 tools. What each one is for:
getRecords — レコード一覧を取得getRecord — 単一レコードを取得addRecord — レコードを追加addRecords — 複数レコードを一括追加updateRecord — レコードを更新getRecordComments — レコードのコメントを取得addRecordComment — レコードにコメントを投稿evaluateRecordsAcl — レコードのアクセス権を評価getApp — アプリ基本情報を取得getAppFields — フィールド一覧を取得searchApps — アプリを検索getAppSettings — アプリの一般設定を取得Configuration is passed through the environment: CYBOZU_CLIENT_ID, CYBOZU_CLIENT_SECRET, CYBOZU_SUBDOMAIN, COOKIE_ENCRYPTION_KEY, WORKER_URL, GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kintone Oauth Cfw's toolset — getRecords, getRecord, addRecord and 11 more — is a fair guide to whether it matches your workflow. It is maintained by r3-yamauchi; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| getRecords | レコード一覧を取得 |
| getRecord | 単一レコードを取得 |
| addRecord | レコードを追加 |
| addRecords | 複数レコードを一括追加 |
| updateRecord | レコードを更新 |
| getRecordComments | レコードのコメントを取得 |
| addRecordComment | レコードにコメントを投稿 |
| evaluateRecordsAcl | レコードのアクセス権を評価 |
| getApp | アプリ基本情報を取得 |
| getAppFields | フィールド一覧を取得 |
| searchApps | アプリを検索 |
| getAppSettings | アプリの一般設定を取得 |
| getFormLayout | フォームレイアウトを取得 |
| getViews | 一覧(ビュー)設定を取得 |
| Variable | Description | Required |
|---|---|---|
| CYBOZU_CLIENT_ID | Configuration value read at startup. | Optional |
| CYBOZU_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| CYBOZU_SUBDOMAIN | Configuration value read at startup. | Optional |
| COOKIE_ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
| WORKER_URL | Endpoint or connection string the server talks to. | Yes |
| GITHUB_CLIENT_ID | Configuration value read at startup. | Optional |
| GITHUB_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.