Mirror of https://github.com/macrat/mcp-server-kintone
{
"mcpServers": {
"macrat-mcp-server-kintone": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Mirror of https://github.com/macrat/mcp-server-kintone
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 416 days ago.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Macrat_mcp Server Kintone and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 rleases page. You can place the executable file anywhere you like.
Create a configuration file like below:
{
"url": "https://<your-domain>.cybozu.com",
"username": "<your-username>",
"password": "<your-password>",
"token": "<your-app-token-1>, <your-app-token-2>, ...",
"apps": [
{
"id": "<your-app-id>",
"description": "<your-app-description>",
"permissions": {
"read": true,
"write": false,
"delete": false
}
}
]
}
Configuration parameters:
url: (required) URL of your kintone domain.
username: (optional) Username for login.
password: (optional) Password for login.
token: (optional) App tokens for login.
apps: (required) List of apps you want to access.
id: (required) App ID.description: (optional) App description for AI.permissions: (optional) Permissions for AI.
read: (optional) Read permission. Default is true.write: (optional) Write permission. Default is false.delete: (optional) Delete permission. Default is false.Notes:
For connect to kintone, at least of username and password or token is required.
Please make sure that all apps you want to access are included in the apps list.
For security reasons, this server does not allow clients to access apps that are not included in the apps list.
For example, your configuration file should look like this:
{
"url": "https://example.cybozu.com",
"username": "alice",
"password": "password",
"apps": [
{
"id": "1",
"description": "An app that stores information about customers. It contains the name of the person in charge and contact information.",
"permissions": {
"read": true,
"write": false,
"delete": false
}
},
{
"id": "2",
"description": "An app that stores information about projects. It contains an overview of the project and its progress.",
"permissions": {
"read": true,
"write": true,
"delete": false
}
}
]
}
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.jsonAdd the following configuration to the mcpServers section:
{
"mcpServers": {
"kintone": {
"command": "C:\\path\\to\\mcp-server-kintone.exe",
"args": [
"C:\\path\\to\\configuration.json"
]
}
}
}
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: