Back to Home
r3-yamauchi icon

kintone-mcp-server

Verified Safe

by r3-yamauchi

Overview

An unofficial local Model Context Protocol (MCP) server that enables desktop AI applications (like Claude Desktop) to interact with and manage kintone data, including reading, creating, updating records, and configuring kintone apps.

Installation

Run Command
node server.js

Environment Variables

  • KINTONE_DOMAIN
  • KINTONE_USERNAME
  • KINTONE_PASSWORD

Security Notes

The server uses environment variables for kintone credentials, which is good practice. Kintone query language parsing uses regex, which is generally safer than direct `eval` or `child_process.exec`. Input validation is performed before executing Kintone API calls. No obvious hardcoded secrets, obfuscation, or malicious patterns were found in the truncated source code. File download has a known limitation for files over 1MB, but this is a functional limitation, not a direct security flaw.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassLow
Avg Tokens1000
Stars11
Forks11
Last Update2026-01-07

Tags

kintoneMCPClaude DesktopUnofficialIntegration