kintone-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kintone-mcp-serverList all Kintone apps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kintone MCP Server
透過 Claude Desktop 或 claude.ai 以自然語言直接操作 Kintone 資料。
功能
列出所有 App
取得欄位定義
查詢記錄(關鍵字 / Query 語法)
統計記錄筆數
新增記錄
批次更新記錄
Related MCP server: Kintone MCP Server
快速開始
1. 安裝
npm install -g kintone-mcp-server2. 設定
kintone-mcp-server setup依照互動式引導輸入:
Kintone 網域 URL(例:
https://example.cybozu.com)API Token(多個逗號分隔)
傳輸模式(stdio / http)
設定完成後重新啟動 Claude Desktop 即可使用。
免安裝使用(npx)
不安裝也能直接使用,在 Claude Desktop 設定檔中填入:
{
"mcpServers": {
"kintone": {
"command": "npx",
"args": ["-y", "kintone-mcp-server"],
"env": {
"KINTONE_BASE_URL": "https://your-domain.cybozu.com",
"KINTONE_API_TOKEN": "your-api-token"
}
}
}
}使用方式
設定完成後,在 Claude 對話中直接用自然語言操作:
「列出所有 Kintone App」
「查看 App 10 的欄位結構」
「搜尋客戶名稱包含『台灣』的記錄」
「在 App 10 新增一筆記錄」
HTTP 模式(claude.ai 網頁版)
kintone-mcp-server setup # 選擇 http 模式
npm run start:http # 啟動伺服器在 claude.ai 設定 MCP Server URL:http://your-server:3100/mcp
系統需求
Node.js 18+
Kintone API Token(需有對應 App 權限)
環境變數
變數 | 說明 | 預設值 |
| Kintone 網域 URL(必填) | — |
| API Token(必填) | — |
| 傳輸模式: |
|
| HTTP 埠號 |
|
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Create projects, nodes, and tasks in UluP Spaces by conversation with Claude.
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Query and audit AppSheet apps in natural language via Knotrik's pre-scanned definitions.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAllows you to explore and manipulate kintone data using AI tools such as Claude Desktop!11MIT
- AlicenseCqualityCmaintenanceA Model Context Protocol server that enables Claude and other AI assistants to access and update Kintone data through natural language commands, supporting operations like record management, file handling, app administration, and space collaboration.7911AGPL 3.0
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with kintone data by providing comprehensive tools for record CRUD operations, file management, and workflow status updates. It supports secure authentication and automatic pagination to handle large datasets efficiently through the Model Context Protocol.17MIT
- AlicenseAqualityDmaintenanceIntegrates Claude with Salesforce for natural language interactions with Salesforce data and metadata, enabling querying, modifying, and managing objects and records.2018MIT