{"type":"mcp_server","name":"mcp-server-kintone","description":"This repository provides an MCP server for kintone, enabling users to connect and interact with their kintone data using AI tools like Claude Desktop. It allows exploring and manipulating kintone data.","category":"Productivity","language":"Go","stars":11,"forks":0,"owner":"macrat","github_url":"https://github.com/macrat/mcp-server-kintone","homepage":null,"setup":"## Setup\n\n### 1. Install\n\nDownload the latest release from the [release page](https://github.com/macrat/mcp-server-kintone/releases).\nYou can place the executable file anywhere you like.\n\n\n### 2. Configure MCP client like Claude Desktop\n\nConfigure your client to connect to the server.\n\nFor Claude Desktop, please edit file below:\n- MacOS/Linux: `~/Library/Application\\ Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\nAdd the following configuration to the `mcpServers` section:\n\n```json\n{\n  \"mcpServers\": {\n    \"kintone\": {\n      \"command\": \"C:\\\\path\\\\to\\\\mcp-server-kintone.exe\",\n      \"env\": {\n        \"KINTONE_BASE_URL\": \"https://<domain>.cybozu.com\",\n        \"KINTONE_USERNAME\": \"<your username>\",\n        \"KINTONE_PASSWORD\": \"<your password>\",\n        \"KINTONE_API_TOKEN\": \"<your api token>, <another api token>, ...\",\n        \"KINTONE_ALLOW_APPS\": \"1, 2, 3, ...\",\n        \"KINTONE_DENY_APPS\": \"4, 5, ...\"\n      }\n    }\n  }\n}\n```\n\n**Environment variables**:\n- `KINTONE_BASE_URL`: **(Required)** The base URL of your kintone.\n- `KINTONE_USERNAME`: Your username for kintone.\n- `KINTONE_PASSWORD`: Your password for kintone.\n- `KINTONE_API_TOKEN`: Comma separated API token for kintone; you need to set either `KINTONE_USERNAME` and `KINTONE_PASSWORD` or `KINTONE_API_TOKEN`.\n- `KINTONE_ALLOW_APPS`: A comma-separated list of app IDs that you want to allow access; in default, all apps are allowed.\n- `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.\n\nYou may need to restart Claude Desktop to apply the changes.\n\n\n### 3. Start to use\n\nNow you can interact with kintone using your own AI tools!","tools":"## Available Tools\n\n\t\t1. Explore and manipulate kintone data (Allows users to interact with kintone data using AI tools).\n\t\t2. Interact with kintone using AI tools (Enables users to ask questions and make updates to kintone data using natural language).\n","faq":null,"created_at":"2024-12-18T09:25:00+00:00","updated_at":"2025-03-20T01:14:00+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-kintone-data-ai-integration","related_articles":[]}