mcp-server-kintone

  • Customer Data Platforms
Go
MIT
1
-
security - not tested
A
license - permissive license (MIT)
-
quality - not tested

Allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
urlYesThe URL of the kintone domain, required.
appsYesList of apps accessible by the server, required.
tokenNoYour kintone app token(s), separated by commas if multiple. At least one of 'username' and 'password' or 'token' is required.
passwordNoYour kintone password. At least one of 'username' and 'password' or 'token' is required.
usernameNoYour kintone username. At least one of 'username' and 'password' or 'token' is required.
README.md

MCP server for kintone

Model Context Protocol (MCP) server for kintone. This server allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!

Usage

1. Install

Pre-build binaries are not available yet. Please build from source.

2. Configure mcp-server-kintone

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 the app.
      • 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.

3. Configure MCP client like Claude Desktop

Configure your client to connect to the server.

For Claude Desktop, you can use the following configuration:

{ "mcpServers": { "kintone": { "command": "C:\\path\\to\\mcp-server-kintone.exe", "args": [ "C:\\path\\to\\configuration.json" ] } } }

4. Start to use

Now you can interact with kintone using your own AI tools! (you may need to restart your tools before the changes take effect)

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues with dependencies of the server.
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.

Copy the following code to your README.md file:

Alternative MCP servers

  • -
    security
    F
    license
    -
    quality
    This server provides a comprehensive integration with Zendesk. Retrieving and managing tickets and comments. Ticket analyzes and response drafting. Access to help center articles as knowledge base.
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.
    MIT
  • A
    security
    A
    license
    A
    quality
    Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.
    MIT
  • -
    security
    A
    license
    -
    quality
    MCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
    MIT