Verified

kintone MCP Server

Access Kintone records and documents directly through your AI assistant interface.

Data last scanned today · Reviewed today

153 dangerous tools26 tools55TypeScriptApache-2.0

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

Claude Desktop
{
  "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

ToolDescriptionRisk
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

ClientLocalDockerRemoteRead-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

kintone MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.