# How to integrate Kintone REST MCP with Hermes

```json
{
  "title": "How to integrate Kintone REST MCP with Hermes",
  "toolkit": "Kintone REST",
  "toolkit_slug": "kintone_rest",
  "framework": "Hermes",
  "framework_slug": "hermes-agent",
  "url": "https://composio.dev/toolkits/kintone_rest/framework/hermes-agent",
  "markdown_url": "https://composio.dev/toolkits/kintone_rest/framework/hermes-agent.md",
  "updated_at": "2026-09-25T05:33:24.738Z"
}
```

## Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.
This guide explains the easiest and most robust way to connect your Kintone REST account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

## Also integrate Kintone REST with

- [ChatGPT](https://composio.dev/toolkits/kintone_rest/framework/chatgpt)
- [Claude Cowork](https://composio.dev/toolkits/kintone_rest/framework/claude-cowork)
- [Atomic Agent](https://composio.dev/toolkits/kintone_rest/framework/atomic-agent)

## TL;DR

### What is Composio Connect?
Composio Connect is a consumer offering that lets anyone plug 1,500+ applications directly into their agent harness — including Hermes. It can:
- Search and load tools from relevant toolkits on-demand, reducing context usage.
- Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
- Manage app authentication end-to-end with zero manual overhead.

## Connect Kintone REST to Hermes

### Integrating Kintone REST with Hermes
### Using Composio Connect CLI
1. Install the Composio CLI
Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

```bash
curl -fsSL https://composio.dev/install | bash
```

## What is the Kintone REST MCP server, and what's possible with it?

The Kintone REST MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Kintone REST account. It provides structured and secure access so your agent can perform Kintone REST operations on your behalf.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `KINTONE_REST_ADD_COMMENT` | Add Comment | Add one comment to a Kintone record, optionally mentioning up to 10 users, groups, or organizations. The app's commenting feature must be enabled. |
| `KINTONE_REST_ADD_FORM_FIELDS` | Add Form Fields | Add typed fields to an app's pre-live form, including selections, lookups, related-record lists, groups, and nested tables. Deploy app settings separately to make them live. |
| `KINTONE_REST_ADD_PREVIEW_APP` | Add Preview App | Create a pre-live Kintone app and return its app ID and initial settings revision. Kintone provides no REST API to delete the created preview app, so this creation cannot be undone through the API. Deploy it separately when its settings are ready. |
| `KINTONE_REST_CREATE_RECORD` | Create Record | Create one record in a Kintone app from field-code values and return its record ID and revision. |
| `KINTONE_REST_CREATE_RECORDS` | Create Records | Create one to 100 records atomically in one Kintone app and return their record IDs and revisions in input order. |
| `KINTONE_REST_DELETE_COMMENT` | Delete Comment | Permanently delete one comment from a Kintone record. With OAuth user authentication, only a comment created by that user can be deleted. |
| `KINTONE_REST_DELETE_FORM_FIELDS` | Delete Form Fields | Delete up to 100 fields from an app's pre-live form. Deleting a group or table also deletes every field it contains. The deletion affects preview settings until deployed and returns the resulting revision. |
| `KINTONE_REST_DELETE_RECORDS` | Delete Records | Permanently delete one to 100 explicitly identified records from a Kintone app. If revisions are supplied, Kintone deletes no records when any revision does not match. |
| `KINTONE_REST_DEPLOY_APP_SETTINGS` | Deploy App Settings | Atomically apply the complete pre-live settings of up to 300 Kintone apps to their live apps. If one deployment fails, Kintone rolls every app in the request back to its pre-request state. |
| `KINTONE_REST_DISCARD_APP_SETTINGS_CHANGES` | Discard App Settings Changes | Permanently discard every pre-live settings change for up to 300 Kintone apps and restore each preview to its current live settings. This does not change the live apps. If one discard fails, Kintone rolls back the entire request. |
| `KINTONE_REST_DOWNLOAD_FILE` | Download File | Download an attachment up to 100 MB using the file key returned by a record read. Files larger than 100 MB are rejected. |
| `KINTONE_REST_GET_ACTION_SETTINGS` | Get Action Settings | Return deployed or unpublished record-copy action settings of an app, including destinations, mappings, availability, order, and revision. |
| `KINTONE_REST_GET_APP` | Get App | Gets general information of an App, including the name, description, related Space, creator and updater information. Use guest_space_id only when the target app belongs to a Kintone guest space. |
| `KINTONE_REST_GET_APP_DEPLOY_STATUS` | Get App Deploy Status | Get the deployment status of settings for up to 300 Kintone apps. |
| `KINTONE_REST_GET_APP_PERMISSIONS` | Get App Permissions | Return deployed or unpublished app-level permissions and settings revision in priority order. |
| `KINTONE_REST_GET_APP_SETTINGS` | Get App Settings | Return an app's deployed or unpublished name, description, title-field configuration, feature flags, theme, icon, and revision. |
| `KINTONE_REST_GET_CUSTOMIZATION` | Get Customization | Return deployed or unpublished desktop and mobile JavaScript and CSS customization files, scope, and revision for an app. |
| `KINTONE_REST_GET_FIELD_PERMISSIONS` | Get Field Permissions | Return deployed or unpublished field permissions, including prioritized subjects and each field's access level. |
| `KINTONE_REST_GET_FORM` | Get Form | Read a deployed or unpublished app form in Kintone's legacy property-array format. This reader omits Categories, Status, and Field Groups; inside Field Groups, it also omits system-generated fields, blank spaces, labels, and borders. Use GET_FORM_FIELDS for field definitions and settings keyed by field code, or GET_FORM_LAYOUT for row, group, table, and field-size layout data. |
| `KINTONE_REST_GET_FORM_FIELDS` | Get Form Fields | Return deployed or unpublished field codes, types, labels, and settings so an agent can construct valid record values and queries. |
| `KINTONE_REST_GET_FORM_LAYOUT` | Get Form Layout | Return deployed or unpublished field layout information for an app form, including rows, groups, tables, fields, and sizes. |
| `KINTONE_REST_GET_GENERAL_NOTIFICATION_SETTINGS` | Get General Notification Settings | Get an app's deployed or unpublished general-notification recipients, event conditions, commenter option, and revision. |
| `KINTONE_REST_GET_GRAPH_SETTINGS` | Get Graph Settings | Return deployed or unpublished graph definitions with their chart, aggregation, grouping, sorting, periodic-report settings, and revision. |
| `KINTONE_REST_GET_PER_RECORD_NOTIFICATION_SETTINGS` | Get Per Record Notification Settings | Get an app's deployed or unpublished conditional per-record notifications, recipients, subjects, and revision. |
| `KINTONE_REST_GET_PROCESS_MANAGEMENT_SETTINGS` | Get Process Management Settings | Return deployed or unpublished process-management enablement, statuses, assignee rules, transitions, branch conditions, and revision. |
| `KINTONE_REST_GET_RECORD` | Get Record | Retrieve one record from a Kintone app by its record ID. |
| `KINTONE_REST_GET_RECORD_PERMISSIONS` | Get Record Permissions | Return deployed or unpublished record permission rules, preserving each query filter and prioritized subject list. |
| `KINTONE_REST_GET_REMINDER_NOTIFICATION_SETTINGS` | Get Reminder Notification Settings | Get an app's deployed or unpublished reminder timing, filters, recipients, timezone, and revision. |
| `KINTONE_REST_GET_VIEWS` | Get Views | Return deployed or unpublished list, calendar, custom, and built-in view settings, including filters, sorting, displayed fields, and revision. |
| `KINTONE_REST_LIST_APPS` | List Apps | Find apps visible to the connected Kintone user by name, ID, code, or space and return one offset-controlled page of app metadata. |
| `KINTONE_REST_LIST_COMMENTS` | List Comments | Retrieve one offset-controlled page of up to 10 comments from a Kintone record. The app's commenting feature must be enabled. |
| `KINTONE_REST_SEARCH_RECORDS` | Search Records | Search an app's records with a Kintone query and return one offset-controlled page. OAuth searches cannot continue beyond offset 10,000. |
| `KINTONE_REST_UPDATE_ACTION_SETTINGS` | Update Action Settings | Replace the complete unpublished record-copy action map. Existing preview actions omitted from actions are deleted, so read preview action settings first and include every action to retain. Deploy app settings separately to make the replacement live. |
| `KINTONE_REST_UPDATE_APP_PERMISSIONS` | Update App Permissions | Replace app-level permissions in priority order and deploy all pending app settings, not only permissions. This can immediately revoke app or record access for omitted or restricted entities; read the current and preview settings first when preserving access. |
| `KINTONE_REST_UPDATE_ASSIGNEES` | Update Assignees | Replace the assignees of one Kintone record whose app uses Process Management. An empty assignee list removes all assignees; the caller needs app-management and record-view permissions. |
| `KINTONE_REST_UPDATE_CUSTOMIZATION` | Update Customization | Update unpublished desktop and mobile JavaScript and CSS customization. Deploy app settings separately to make changes live. |
| `KINTONE_REST_UPDATE_FIELD_PERMISSIONS` | Update Field Permissions | Replace field permissions and deploy all pending app settings, not only permissions. This can immediately revoke field access for omitted fields or entities and settings are applied to affected fields sequentially; read the current and preview settings first when preserving access. |
| `KINTONE_REST_UPDATE_FORM_FIELDS` | Update Form Fields | Update typed field settings in an app's pre-live form. Supplying options replaces that field's complete option set and deletes omitted options. Deploy app settings separately to make changes live. |
| `KINTONE_REST_UPDATE_FORM_LAYOUT` | Update Form Layout | Replace an app's complete pre-live form layout. Kintone requires every form field to be included in the request. Deploy app settings separately to make the layout live. |
| `KINTONE_REST_UPDATE_GENERAL_NOTIFICATION_SETTINGS` | Update General Notification Settings | Replace or selectively update an app's undeployed general-notification settings; deploy the app settings afterward to make them live. |
| `KINTONE_REST_UPDATE_GENERAL_SETTINGS` | Update General Settings | Update unpublished general app settings such as name, description, icon, theme, feature flags, title field, and number precision. Deploy separately. |
| `KINTONE_REST_UPDATE_GRAPH_SETTINGS` | Update Graph Settings | Replace the complete unpublished graph map. Existing preview graphs omitted from reports are deleted, so read preview graph settings first and include every graph to retain. Deploy app settings separately to make the replacement live. |
| `KINTONE_REST_UPDATE_PER_RECORD_NOTIFICATION_SETTINGS` | Update Per Record Notification Settings | Replace an app's undeployed per-record notification rules; deploy the app settings afterward to make them live. |
| `KINTONE_REST_UPDATE_PREVIEW_APP_PERMISSIONS` | Update Preview App Permissions | Replace the complete unpublished app-level permission list in priority order without deploying it. Omitted or restricted entities may lose access when the preview settings are later deployed; read preview permissions first when preserving access. |
| `KINTONE_REST_UPDATE_PREVIEW_FIELD_PERMISSIONS` | Update Preview Field Permissions | Replace the complete unpublished field permission list without deploying it. Omitted fields or entities may lose access when the preview settings are later deployed; read preview field permissions first when preserving access. |
| `KINTONE_REST_UPDATE_PREVIEW_RECORD_PERMISSIONS` | Update Preview Record Permissions | Replace the complete unpublished record permission rule list without deploying it. Omitted or restricted rules may revoke record access when the preview settings are later deployed; read preview record permissions first when preserving access. |
| `KINTONE_REST_UPDATE_PROCESS_MANAGEMENT_SETTINGS` | Update Process Management Settings | Update unpublished process-management settings. When states is supplied it is the complete desired preview status map: omitted statuses are deleted, so read preview process settings first and include every status to retain. Deploy app settings separately. |
| `KINTONE_REST_UPDATE_RECORD` | Update Record | Update selected fields of one Kintone record by record ID, optionally requiring an expected revision. |
| `KINTONE_REST_UPDATE_RECORD_PERMISSIONS` | Update Record Permissions | Replace record permission rules and deploy all pending app settings, not only permissions. This can immediately revoke record access for omitted or restricted rules and settings are applied to affected records sequentially; read the current and preview settings first when preserving access. |
| `KINTONE_REST_UPDATE_RECORDS` | Update Records | Update selected fields of one to 100 Kintone records atomically by record ID, optionally checking each revision. This tool does not select by unique key and never upserts. |
| `KINTONE_REST_UPDATE_REMINDER_NOTIFICATION_SETTINGS` | Update Reminder Notification Settings | Replace or selectively update an app's undeployed reminder rules and timezone; deploy the app settings afterward to make them live. |
| `KINTONE_REST_UPDATE_STATUS` | Update Status | Run one Process Management action to update a Kintone record's workflow status, optionally selecting the next assignee and checking the current revision. |
| `KINTONE_REST_UPDATE_STATUSES` | Update Statuses | Run Process Management actions for one to 100 Kintone records in the same app, optionally selecting assignees and checking revisions. |
| `KINTONE_REST_UPDATE_VIEWS` | Update Views | Replace the complete unpublished list, calendar, and custom view map. Existing preview views omitted from views are deleted, so read preview views first and include every view to retain. Deploy app settings separately to make the replacement live. |
| `KINTONE_REST_UPLOAD_FILE` | Upload File | Upload one managed file to Kintone and return the temporary file key used to attach it to a record within three days. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Kintone REST MCP server provides comprehensive access to Kintone REST operations through Composio. Once connected, Hermes can perform all major Kintone REST actions on your behalf using natural language commands.

## Complete Code

None listed.

## Conclusion

### Way Forward
With Kintone REST connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.
From here, you can extend Hermes further:
- Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
- Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
- Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.
If you run into trouble or want to share what you've built, join the [community](https://discord.com/invite/composio) or check out the [Docs](https://docs.composio.dev?utm_source=toolkits&utm_medium=framework_template&utm_campaign=hermes&utm_content=docs) for deeper configuration options.

## How to build Kintone REST MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/kintone_rest/framework/chatgpt)
- [Claude Cowork](https://composio.dev/toolkits/kintone_rest/framework/claude-cowork)
- [Atomic Agent](https://composio.dev/toolkits/kintone_rest/framework/atomic-agent)

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [AirOps MCP](https://composio.dev/toolkits/airops_mcp) - AirOps MCP is AirOps' managed content platform exposing brand context, knowledge bases, and workflows. Use it to give agents brand-aware content, automate content workflows, and track Brand Kit edits.
- [Amazing Marvin](https://composio.dev/toolkits/amazing_marvin) - Amazing Marvin is a personal productivity app for tasks, projects, habits, planning, time tracking, and rewards. It helps you build a flexible workflow that matches how you actually work.
- [AnyDB](https://composio.dev/toolkits/any_db) - AnyDB is a flexible collaborative database platform for organizing records, files, and automated workflows. It helps teams centralize data, collaborate on records, and automate routine tasks.
- [ApptiveGrid](https://composio.dev/toolkits/apptivegrid) - ApptiveGrid is a collaborative no-code database and app platform for spaces, grids, forms, and structured records. It helps teams organize operational data, collect inputs, and build lightweight business apps without custom backend work.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Atlassian MCP](https://composio.dev/toolkits/atlassian_mcp) - Atlassian Rovo MCP connects agents to Jira, Jira Service Management, Confluence, Bitbucket, Compass, and Teamwork Graph workflows. It lets teams surface and act on Atlassian data while respecting existing user permissions.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Kintone REST MCP?

With a standalone Kintone REST MCP server, the agents and LLMs can only access a fixed set of Kintone REST tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Kintone REST and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Hermes?

Yes, you can. Hermes fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Kintone REST tools.

### Can I manage the permissions and scopes for Kintone REST while using Tool Router?

Yes, absolutely. You can configure which Kintone REST scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Kintone REST data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
