by macrat
Enables AI tools to explore and manipulate kintone data through the Model Context Protocol.
Mcp Server Kintone provides a Model Context Protocol (MCP) interface that lets AI assistants such as Claude Desktop query, update, and analyze data stored in kintone applications.
claude_desktop_config.json
) and add a server entry that points to the executable. Set the required environment variables (KINTONE_BASE_URL
, and either KINTONE_USERNAME
/KINTONE_PASSWORD
or KINTONE_API_TOKEN
). Optional allow/deny lists can restrict access to specific app IDs.Q: Do I need both username/password and API token? A: No. Provide either a username/password pair or one or more API tokens.
Q: How do I restrict which apps the AI can access?
A: Use KINTONE_ALLOW_APPS
to list permitted app IDs, or KINTONE_DENY_APPS
to explicitly block IDs (deny list takes precedence).
Q: What platforms are supported? A: The binary runs on Windows, macOS, and Linux. Place it anywhere and execute it directly.
Q: Do I need to restart my AI client after changing the config? A: Yes, restart the client (e.g., Claude Desktop) to pick up the new server settings.
Q: Can I run multiple MCP servers for different kintone domains? A: Yes. Create separate entries in the client config, each pointing to its own executable with distinct environment variables.
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にあります。
Download the latest release from the release page. You can place the executable file anywhere you like.
Configure your client to connect to the server.
For Claude Desktop, please edit file below:
~/Library/Application\ Support/Claude/claude_desktop_config.json
%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.
Now you can interact with kintone using your own AI tools!
For example, you can say:
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.