Kintone MCP Server
The Kintone MCP Server enables interaction with Kintone via Claude Desktop, allowing comprehensive management of Kintone data and applications.
Record Operations: Perform CRUD operations, search records, and add comments to records
File Operations: Upload and download files (download limited to files under 1MB)
App Information: Retrieve info about apps, form layouts, actions, plugins, and process management
App Operations: Create apps, add/update fields, update settings, deploy apps, and move apps to/from spaces
Space Operations: Manage spaces including updating settings, members, threads, comments, and guest users
User & Group Information: Retrieve information about users, groups, and list users within groups
Kintone Connection Info: Fetch the domain and username used for connections
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 Serversearch for records in the Customer Support app where status is 'Open'"
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.
MCP server for kintone sample
This is a sample code of Model Context Protocol (MCP) server that can be used for kintone integration. It was automatically created using generative AI and is provided as is.
Using this MCP server, you can view and update kintone data from MCP host apps such as the Claude Desktop app, and even create kintone apps themselves.
For more information about this repository, see the DeepWiki documentation .
How to use Claude Desktop app
1. Download the source code
You can download it to any location, but it's best to use a path that consists of alphanumeric characters only and has no spaces in between.
2. Install Node.js
Please use Node.js 18 or later.
3. npm install
npm i4. Edit the Claude Desktop app configuration file
Find the configuration file called claude_desktop_config.json and add the settings to the "mcpServers" section of this file as shown below.
{
"mcpServers": {
"kintone": {
"command": "node",
"env": {
"KINTONE_DOMAIN": "[あなたが使用するサブドメイン].cybozu.com",
"KINTONE_USERNAME": "MCP接続で使用するkintoneユーザー名",
"KINTONE_PASSWORD": "kintoneユーザーのパスワード(平文)"
},
"args": [
"[kintone-mcp-serverを配置したパス]/server.js"
]
}
}
}5. Restart the Claude Desktop app
After saving the changes to claude_desktop_config.json, quit the Claude Desktop app and restart it. Even if the app appears to have been quitted, it may still be running in the background, so right-click on the app icon and select Quit.
6. Operation check
First, ask Claude to "Find the app ID for the kintone app " An example of an app name that can be accessed by the kintone user you set ." The kintone app name you enter here must be specified exactly, word for word.
7. List of features provided by this MCP server
For annotation attributes for each tool, see docs/tool-annotations.md .
Record Operations
get_record: Get a record from the kintone appsearch_records: Search for records in the kintone appcreate_record: Create a new record in the kintone appupdate_record: Update an existing record in the kintone appadd_record_comment: Add a comment to a kintone record
File Operations
upload_file: Upload a file to kintonedownload_file: Download a file from kintone (Note: In the current implementation, files over 1MB may not be downloaded correctly)
App Information
get_apps_info: Get information on multiple kintone apps by specifying search keywordsget_form_layout: Get the form layout of the kintone appget_app_actions: Gets the app action settings for the kintone app.get_app_plugins: Get a list of plugins added to the kintone appget_process_management: Get the process management settings of the kintone app
App operation
create_app: Create a new kintone appadd_fields: Add fields to the kintone appupdate_field: Update the settings of an existing kintone fieldupdate_form_layout: Change the form layout of the kintone appupdate_app_settings: Change general app settingsdeploy_app: Start of production operation of kintone app (reflected in the production environment)get_deploy_status: Check the status of application settings in the production environmentmove_app_to_space: Move the kintone app to the specified spacemove_app_from_space: Move the kintone app away from the space
Space Operations
get_space: Get general information about a spaceupdate_space: Update space settingsupdate_space_body: Update the space bodyget_space_members: Get the list of space membersupdate_space_members: Update space membersadd_thread: Add a thread to a spaceupdate_thread: Update a threadadd_thread_comment: Add a comment to a threadadd_guests: Add guest usersupdate_space_guests: Update space guest members
User Group Information
get_users: Get kintone user informationget_groups: Get kintone group informationget_group_users: Gets a list of users belonging to a specified group
kintone connection information
get_kintone_domain: Get the domain to which kintone is connectedget_kintone_username: Gets the username used to connect to kintone
8. Other
I wrote a blog post about what you can do with this MCP server, so please take a look.
"kintone" is a registered trademark of Cybozu, Inc.
The contents described here are for informational purposes only, and we cannot provide individual support. Please note that we cannot respond to inquiries about the settings or if the software does not work in your environment.
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-qualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with Xano databases, providing comprehensive database operations, file management, and request history tracking through a standardized interface.1MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.128371MIT

Kibela MCP Serverofficial
Alicense-qualityCmaintenanceA Model Context Protocol server that allows AI applications to interact with Kibela knowledge bases, enabling users to search, create, update, and organize content through natural language.14MIT- AlicenseAqualityCmaintenanceA lightweight MCP server that connects AI assistants to Kintone applications for managing records and automating business workflows. It enables secure authentication and natural language interaction for performing CRUD operations and querying data within the Kintone platform.101MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/r3-yamauchi/kintone-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server