mcp-server-kintone
- Customer Data Platforms
Allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL of the kintone domain, required. | |
apps | Yes | List of apps accessible by the server, required. | |
token | No | Your kintone app token(s), separated by commas if multiple. At least one of 'username' and 'password' or 'token' is required. | |
password | No | Your kintone password. At least one of 'username' and 'password' or 'token' is required. | |
username | No | Your kintone username. At least one of 'username' and 'password' or 'token' is required. |
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:
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 istrue
.write
: (optional) Write permission. Default isfalse
.delete
: (optional) Delete permission. Default isfalse
.
Notes:
- For connect to kintone, at least of
username
andpassword
ortoken
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 theapps
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:
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: