kintone-mcp-server
Verified Safeby 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
node server.jsEnvironment 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
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
mcp-server
Provides a local Model Context Protocol (MCP) server for Kintone, enabling AI assistants to interact with Kintone applications via a set of exposed tools.
bear-notes-mcp
This server connects Claude Desktop to Bear notes, enabling natural language querying and management of notes through a hybrid sync-safe approach.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.