Overview
Features
Deployment options
Supports MCPB packaging for Claude Desktop, a Docker container image, and a global npm package to run a local MCP server.
Flexible authentication methods
Configures access with base URL, username/password, API tokens (comma-separated, up to 9), Basic authentication, and client certificates; password takes precedence over API token; CLI arguments override environment variables.
Config file support and examples
Defines MCP servers in JSON configuration files. Examples show Claude Code (.mcp.json) and Cursor (.cursor/mcp.json) configurations.
CLI and environment configuration
Supports CLI arguments (--base-url, --username, --password, --api-token, etc.) and corresponding environment variables; options can be combined with precedence rules.
Proxy support
Provides HTTPS proxy configuration via HTTPS_PROXY (with optional credentials) for network access.
Kintone operation tools
Includes a suite of tools for common Kintone tasks, such as getting apps, forms, records, updating layouts, and deploying apps.
Documentation and authentication guide
Links to authentication guide and docs for configuring authentication settings.
Privacy and licensing
Connects to the Kintone REST API and is licensed under Apache 2.0.
Who Is This For?
- Developers:Set up a local MCP server to connect to the Kintone REST API for development and integration.
- AI tool users:Configure MCP server for Claude Desktop/Cursor to enable integration workflows with Kintone data.
- IT/DevOps:Run MCP server in Docker or npm for local or CI environments and manage credentials and proxies.




