Skip to main content
Glama

mcp-server-kintone

kintone 的 MCP 服务器

kintone模型上下文协议 (MCP)服务器。此服务器允许您使用Claude Desktop等 AI 工具探索和操作 kintone 数据!

日文版:日本语の说明はREADME.ja.mdにあります。

用法

1.安装

发布页面下载最新版本。您可以将可执行文件放在任何您喜欢的位置。

2. 配置MCP客户端,例如Claude Desktop

配置您的客户端以连接到服务器。

对于 Claude Desktop,请编辑以下文件:

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

将以下配置添加到mcpServers部分:

{ "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, ..." } } } }

环境变量

  • KINTONE_BASE_URL :(**必需)**您的 kintone 的基本 URL。
  • KINTONE_USERNAME :您的 kintone 用户名。
  • KINTONE_PASSWORD :您的 kintone 密码。
  • KINTONE_API_TOKEN :kintone 的 API 令牌,以逗号分隔。您需要设置KINTONE_USERNAMEKINTONE_PASSWORDKINTONE_API_TOKEN
  • KINTONE_ALLOW_APPS :以逗号分隔的列表,列出您想要允许访问的应用 ID。默认情况下,所有应用均允许访问。
  • KINTONE_DENY_APPS :以逗号分隔的列表,列出要拒绝访问的应用程序 ID。拒绝的优先级高于允许。

您可能需要重新启动 Claude Desktop 才能应用更改。

3.开始使用

现在您可以使用自己的 AI 工具与 kintone 进行交互!

例如,你可以说:

  • “客户A的项目最新进展如何?”
  • “将B项目的进度更新为50%。”
  • “告诉我哪些项目落后了。”
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

允许您使用 Claude Desktop 等 AI 工具探索和操作kintone数据!

  1. 用法
    1. 1.安装
    2. 配置MCP客户端,例如Claude Desktop
    3. 3.开始使用

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Allows AI to interact with your Zotero library.
    Last updated -
    5
    72
    34
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    Connects Claude Desktop directly to databases, allowing it to explore database structures, write SQL queries, analyze datasets, and create reports through an API layer with tools for table exploration and query execution.
    Last updated -
    210
    Python
    Mozilla Public License 2.0
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables Claude and other AI assistants to access and update Kintone data through natural language commands, supporting operations like record management, file handling, app administration, and space collaboration.
    Last updated -
    25
    6
    JavaScript
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    Allows interaction with Sketchfab's 3D model platform through Claude or Cursor, enabling users to search, view details, and download 3D models directly from the AI interface.
    Last updated -
    13
    14
    JavaScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/macrat/mcp-server-kintone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server