1. Conduid
  2. Developer Tools
  3. kintone
MCP server · Developer Tools

kintone

MCP server for kintone

Unclaimed MIT last commit a year ago modelcontextprotocolaimcpkintone
54Fair

Scored 3 days ago · breakdown

About kintone

kintone is an MCP server published by macrat in the Developer Tools category: mCP server for kintone. It has been installed 0 times through Conduid.

The repository has 12 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-kintone

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about kintone

Powered by Claude · Grounded in docs

I know everything about kintone. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.1v0.2.1 · 30 Jun 2025Changelog 9906b9b15b9b558ee124dcdffdd603c277d01cfa fix: fix syntax of tools list 490810c7fa88df0afa7bd3d4e3f68640b53b075d feat: support process management 7abc8991731bf5737d7dd24fd6e3f53556acdc28 prompt: update description of listApps tool…
v0.2.0v0.2.0 · 2 Mar 2025Changelog 661307277544ed8cb0ffe2fbbf4212d6f28d83bd feat: support to handle attachment files (#2) 45eaeaabac8c7c399d4fc1e74676238f263689a7 refactor 75a39ab84643e355c61b3b0ad20c2b8eb9b3adc2 fix: load ALLOW_APPS and DENY_APPS…
v0.1.1v0.1.1 · 2 Feb 2025Changelog 59b62261e178ca453b6196e5add0f89196cb6e5f doc: fix typo in readme e0946b95cecd46933fe90e26de110099491d88ca refactor: support non-JSON outputs for future development babc8db9da32a1131d0193a2ce9e6fc36d219340 fix: minor issues…
v0.1.0v0.1.0 · 20 Dec 2024First version of mcp-server-kintone!

README

MCP server for kintone

Model Context Protocol (MCP) server for kintone. This server allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!

Japanese version: 日本語の説明はREADME.ja.mdにあります。

2025-08-28 ANNOUNCEMENT / お知らせ

Cybozu have released the official kintone MCP server! :tada:
I believe this project's role has archieved, so I won't add any new features. Please use and contribute to the official MCP server!

サイボウズが公式のkintone MCPサーバーをリリースしました! :tada:
本プロジェクトの役割は果したと考えますので、今後は新規の機能追加は行いません。 ぜひ公式のMCPサーバーを利用してください!

Usage

1. Install

Download the latest release from the release page. You can place the executable file anywhere you like.

2. Configure MCP client like Claude Desktop

Configure your client to connect to the server.

For Claude Desktop, please edit file below:

  • MacOS/Linux: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the following configuration to the mcpServers section:

{
  "mcpServers": {
    "kintone": {
      "command": "C:\\path\\to\\mcp-server-kintone.exe",
      "env": {
        "KINTONE_BASE_URL": "https://<domain>.cybozu.com",
        "KINTONE_USERNAME": "<your username>",
        "KINTONE_PASSWORD": "<your password>",
        "KINTONE_API_TOKEN": "<your api token>, <another api token>, ...",
        "KINTONE_ALLOW_APPS": "1, 2, 3, ...",
        "KINTONE_DENY_APPS": "4, 5, ..."
      }
    }
  }
}

Environment variables:

  • KINTONE_BASE_URL: (Required) The base URL of your kintone.
  • KINTONE_USERNAME: Your username for kintone.
  • KINTONE_PASSWORD: Your password for kintone.
  • KINTONE_API_TOKEN: Comma separated API token for kintone. You need to set either KINTONE_USERNAME and KINTONE_PASSWORD or KINTONE_API_TOKEN.
  • KINTONE_ALLOW_APPS: A comma-separated list of app IDs that you want to allow access. In default, all apps are allowed.
  • KINTONE_DENY_APPS: A comma-separated list of app IDs that you want to deny access. The deny has a higher priority than the allow.

You may need to restart Claude Desktop to apply the changes.

3. Start to use

Now you can interact with kintone using your own AI tools!

For example, you can say:

  • "What is the latest status of Customer A's project?"
  • "Update the progress of Project B to 50%."
  • "Show me the projects that are behind schedule."

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About kintone

How do I install kintone?

Run npx mcp-server-kintone, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is kintone safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is kintone still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.