MCP.so
Sign In

MCP server for kintone サンプル

@r3-yamauchi

About MCP server for kintone サンプル

MCP server for kintone サンプル (Unofficial) https://www.r3it.com/blog/kintone-mcp-server-20250115-yamauchi https://www.r3it.com/blog/kintone-ai-lab-20250501-yamauchi

Basic information

Category

Other

License

AGPL-3.0

Runtime

node

Transports

stdio

Publisher

r3-yamauchi

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP server for kintone サンプル?

This is an unofficial, sample local MCP server that integrates with kintone, a cloud-based business application platform. It allows MCP-supporting desktop apps like Claude Desktop to read, update, and create kintone records, as well as manage kintone apps, spaces, and settings. It is intended for developers and users who want to use AI assistants to interact with kintone data.

How to use MCP server for kintone サンプル?

The recommended installation is to download the .mcpb file from the releases page and drag it into Claude Desktop's extensions settings, then enter your kintone domain, username, and password. Alternatively, clone the repository, install dependencies with pnpm install or npm install, configure claude_desktop_config.json with KINTONE_DOMAIN, KINTONE_USERNAME, and KINTONE_PASSWORD, and restart Claude Desktop. After installation, you can ask Claude to retrieve or modify kintone app data.

Key features of MCP server for kintone サンプル

  • Read, search, create, update, and upsert kintone records
  • Upload and download files to/from kintone
  • Retrieve kintone app information, form layout, and fields
  • Create and deploy kintone apps with custom fields and layouts
  • Manage spaces, threads, comments, and space members
  • Get and update app access permissions and settings
  • Retrieve kintone user, group, and connection information

Use cases of MCP server for kintone サンプル

  • Query kintone records using natural language in Claude Desktop
  • Automate creation and configuration of kintone apps from chat
  • Update record statuses and comments via conversational AI
  • Manage kintone space content and member assignments without coding
  • Retrieve app settings and permissions for auditing or automation

FAQ from MCP server for kintone サンプル

Is this an official kintone product?

No, this is an unofficial, sample MCP server developed by a third party, not by kintone’s vendor Cybozu. The official local MCP server is available at https://github.com/kintone/mcp-server.

What are the runtime requirements for manual installation?

You need Node.js 20 or later and either pnpm or npm to install dependencies from source.

How does authentication work?

You provide your kintone domain, username, and password as environment variables (KINTONE_DOMAIN, KINTONE_USERNAME, KINTONE_PASSWORD) in the Claude Desktop configuration or during .mcpb installation.

Are there any known limitations?

Yes, the download_file tool may not work correctly for files larger than 1 MB.

Can I use this server with web-based Claude or ChatGPT?

This server is for local desktop use only. A separate sample remote MCP server with OAuth support for web browser versions is available at the linked repository.

Comments

More Other MCP servers