Back to Home
kintone icon

mcp-server

Verified Safe

by kintone

Overview

Provides a local Model Context Protocol (MCP) server for Kintone, enabling AI assistants to interact with Kintone applications via a set of exposed tools.

Installation

Run Command
npx kintone-mcp-server --base-url https://example.cybozu.com --username (username) --password (password)

Environment Variables

  • KINTONE_BASE_URL
  • KINTONE_USERNAME
  • KINTONE_PASSWORD
  • KINTONE_API_TOKEN
  • KINTONE_BASIC_AUTH_USERNAME
  • KINTONE_BASIC_AUTH_PASSWORD
  • KINTONE_PFX_FILE_PATH
  • KINTONE_PFX_FILE_PASSWORD
  • HTTPS_PROXY
  • KINTONE_ATTACHMENTS_DIR

Security Notes

The server follows good security practices for handling sensitive credentials (environment variables or command-line arguments) and uses a well-established Kintone REST API client. File download operations are directed to a user-configurable directory (KINTONE_ATTACHMENTS_DIR) and include measures to prevent file overwrites. No direct 'eval' or arbitrary code execution from user input is evident. Potential risks are primarily operational, such as misconfiguring sensitive directories or the security of the hosting environment.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassLow
Stars32
Forks8
Last Update2026-01-19

Tags

KintoneMCPAPI IntegrationToolingServer