kintone 的 MCP 服务器示例
这是可用于与kintone集成的模型上下文协议 (MCP)服务器的示例代码。内容是使用生成式人工智能自动创建的,并按原样提供。
使用此 MCP 服务器,您可以从 MCP 主机应用程序(例如Claude Desktop应用程序)查看和更新 kintone 数据,甚至可以自己创建 kintone 应用程序。
有关此存储库的更多信息,请参阅DeepWiki 文档。
如何使用Claude 桌面应用程序
1.下载源代码
您可以将其下载到任何地方,但最好使用仅由字母数字字符组成且中间没有空格的路径。
2. 安装 Node.js
请使用 Node.js 18 或更高版本。
3. npm 安装
4.编辑Claude桌面应用程序配置文件
找到名为 claude_desktop_config.json 的配置文件,并将设置添加到该文件的“mcpServers”部分,如下所示。
5. 重启 Claude 桌面应用程序
将更改保存到 claude_desktop_config.json 后,退出并重新启动 Claude Desktop 应用程序。即使看起来您已退出该应用程序,但它可能仍在后台运行,因此请右键单击该应用程序的图标,然后单击“退出”。
6. 运行检查
首先,请Claude“查找kintone应用程序的应用程序ID” “您设置的kintone用户可以访问的应用程序名称的示例”。您在此处输入的kintone应用程序名称必须逐字逐句地准确指定。
7. 本 MCP 服务器提供的功能列表
有关每个工具的注释属性,请参阅docs/tool-annotations.md 。
记录操作
get_record
:从 kintone 应用获取记录search_records
:在 kintone 应用中搜索记录create_record
:在 kintone 应用中创建新记录update_record
:更新 kintone 应用中现有的记录add_record_comment
:为 kintone 记录添加评论
文件操作
upload_file
:上传文件至 kintonedownload_file
:从 kintone 下载文件(注意:当前版本中,超过 1MB 的文件可能无法正确下载)
应用信息
get_apps_info
:通过指定搜索关键字获取多个 kintone 应用的信息get_form_layout
:获取kintone应用的表单布局get_app_actions
:获取 kintone 应用的应用操作设置。get_app_plugins
:获取添加到 kintone 应用的插件列表get_process_management
:获取kintone应用的进程管理设置
应用程序操作
create_app
:创建一个新的 kintone 应用add_fields
:向 kintone 应用添加字段update_field
:更新现有 kintone 字段的设置update_form_layout
:更改 kintone 应用的表单布局update_app_settings
:更改常规应用设置deploy_app
:kintone 应用的生产运行开始(反映到生产环境)get_deploy_status
:检查生产环境中应用程序设置的状态move_app_to_space
:将 kintone 应用移动到指定空间move_app_from_space
:将 kintone 应用移出空间
太空行动
get_space
:获取有关空间的一般信息update_space
:更新空间设置update_space_body
:更新空间主体get_space_members
:获取空间成员列表update_space_members
:更新空间成员add_thread
:向空间添加线程update_thread
:更新线程add_thread_comment
:向线程添加评论add_guests
:添加来宾用户update_space_guests
:更新空间访客成员
用户组信息
get_users
:获取kintone用户信息get_groups
:获取 kintone 群组信息get_group_users
:获取属于指定组的用户列表
kintone连接信息
get_kintone_domain
:获取 kintone 连接的域get_kintone_username
:获取用于连接 kintone 的用户名
8. 其他
我写了一篇博客文章,介绍如何使用这个 MCP 服务器,请查看。
“kintone”是Cybozu, Inc.的注册商标。
此处提供的内容仅供参考,我们无法提供单独支持。请注意,如果软件在您的环境中无法运行,我们无法回复有关设置的询问。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
模型上下文协议服务器使 Claude 和其他 AI 助手能够通过自然语言命令访问和更新 Kintone 数据,支持记录管理、文件处理、应用程序管理和空间协作等操作。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -12010JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.Last updated -15PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -275JavaScript