kintone MCP Server
Access Kintone records and documents directly through your AI assistant interface.
Data last scanned today · Reviewed today
Overview
This MCP server enables integration with Kintone, allowing users to interact with their data, records, and files within supported AI client environments. It supports multiple deployment methods including a Docker container image, npm package, or a specific package optimized for the Claude Desktop application. Configuration requires setting up environment variables such as the Kintone base URL, username, and password. The server includes documentation for proxy settings and details regarding specific tool limitations, such as constraints on record operations and file downloads.
Our verdict
With a security score of 40/100, this server is considered high-risk. Authentication methods and read-only mode capabilities have not yet been editorially reviewed, meaning users should exercise caution regarding the credentials and data access permissions provided to the server. It is best suited for developers or internal teams aware of these oversight gaps who require immediate access to Kintone functionality.
- Supports multiple deployment methods including Docker and npm
- Contains only five direct dependencies to reduce supply-chain surface
- Maintains active repository updates with a commit seven days ago
- Supported by a team of ten contributors
- Security score of 40/100 indicates significant oversight risks
- Authentication methods have not yet been editorially reviewed
- Read-only mode implementation has not been reviewed
- Lack of official vendor maintenance
Setup
{
"mcpServers": {
"kintone-mcp-server": {
"args": [
"-y",
"@kintone/mcp-server"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Tools
| Tool | Description | Risk |
|---|---|---|
| kintone-get-apps | 複数のアプリ情報を取得 | low |
| kintone-get-app | 単一アプリの詳細情報を取得 | low |
| kintone-get-form-fields | アプリのフィールド設定を取得 | low |
| kintone-get-form-layout | アプリのフォームレイアウトを取得 | low |
| kintone-update-form-fields | アプリのフィールド設定を更新 | medium |
| kintone-update-form-layout | アプリのフォームレイアウトを更新 | medium |
| kintone-delete-form-fields | アプリのフィールドを削除 | high |
| kintone-get-process-management | プロセス管理設定を取得 | low |
| kintone-get-app-deploy-status | アプリ設定の運用環境への反映状況確認 | low |
| kintone-get-general-settings | アプリの一般設定を取得 | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What authentication methods are supported for Kintone?
The server requires a Kintone base URL, username, and password to authenticate. These can be provided via environment variables or command-line arguments.
›What are the requirements for running the server as a Docker container?
You must have Docker installed on your machine. You can then run the server by providing your Kintone credentials via environment variables to the image ghcr.io/kintone/mcp-server.
›How can I use this server with Claude Desktop?
You can download the latest .mcpb file from the releases page and drag and drop it into the extensions section of the Claude Desktop settings.
›Are there any known limitations when using the server?
Yes, there are specific limitations regarding record operations and other functions that are documented in the server's limitations section.
›What should I check if I encounter connection or authentication errors?
Ensure your Kintone base URL, username, and password are correct. You should also verify your network connectivity and confirm your account has the necessary permissions for the requested operations.
Changelog
Badge
Maintain this server? Add the live badge to your README.