MCP Server for cli-kintone
by r3-yamauchi
This is an experimental repository exploring the possibility of turning cli-kintone into an MCP (Model Context Protocol) Server. It allows AI assistants to interact with kintone data through a standardized interface.
Last updated: N/A
What is MCP Server for cli-kintone?
This MCP Server acts as a bridge between AI assistants and kintone, allowing them to access and manipulate kintone data using cli-kintone. It provides a standardized interface for AI tools to interact with kintone applications.
How to use MCP Server for cli-kintone?
- Create an MCP configuration file with kintone domain and credentials (username/password or API token). 2. Place the configuration file in the appropriate directory for your AI assistant (Claude Desktop App or Claude VSCode Extension). 3. Use the
use_mcp_tool
function in your AI assistant to call the server with the desired tool name and arguments.
Key features of MCP Server for cli-kintone
Provides a standardized MCP interface for kintone
Supports authentication via username/password or API token
Allows AI assistants to retrieve records from kintone apps
Supports specifying app ID, query, and fields for record retrieval
Use cases of MCP Server for cli-kintone
Retrieving specific kintone records based on criteria using AI assistants
Automating data extraction from kintone for use in AI-powered workflows
Integrating kintone data with AI-driven applications
Enabling AI assistants to answer questions based on kintone data
FAQ from MCP Server for cli-kintone
What is the maximum number of API tokens I can use?
What is the maximum number of API tokens I can use?
You can specify a maximum of 9 API tokens separated by commas.
Where should I place the MCP configuration file?
Where should I place the MCP configuration file?
The location depends on the AI assistant you are using. For Claude Desktop App, it's ~/Library/Application Support/Claude/claude_desktop_config.json
. For Claude VSCode Extension, it's ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
.
What authentication methods are supported?
What authentication methods are supported?
The server supports authentication via username/password or API token.
What is the purpose of this repository?
What is the purpose of this repository?
This repository is an experimental project to explore the possibility of using cli-kintone as an MCP server.
What future features are planned?
What future features are planned?
Planned features include creating, updating, and deleting records, searching apps, and importing/exporting records in bulk.