kintone-mcp-server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAllows you to explore and manipulate kintone data using AI tools such as Claude Desktop!Last updated11MIT
- 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.Last updated7911AGPL 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.Last updated17MIT
- AlicenseAqualityDmaintenanceIntegrates Claude with Salesforce for natural language interactions with Salesforce data and metadata, enabling querying, modifying, and managing objects and records.Last updated2042MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YY2401/kintone-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server