kintone-mcp-server
by r3-yamauchi
Overview
Integrate kintone with Model Context Protocol (MCP) compatible desktop applications like Claude Desktop for data reference, manipulation, and app management.
Installation
node server.jsEnvironment Variables
- KINTONE_DOMAIN
- KINTONE_USERNAME
- KINTONE_PASSWORD
- MCP_LOG_DEBUG
Security Notes
The primary security risk is the recommended setup procedure which instructs users to store their kintone password in plain text within the 'claude_desktop_config.json' file. This file can then be accessed by other processes on the local machine, making the password vulnerable. Additionally, one logging utility is explicitly designed to treat the kintone username as non-sensitive, which could be a concern depending on the user's environment.
Similar Servers
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
mcp-server
The Kintone MCP Server allows AI assistants to interact with Kintone applications by providing a set of tools for data and app management.
bear-notes-mcp
Provides a Model Context Protocol (MCP) interface for Claude Desktop to interact with Bear notes, enabling comprehensive read and sync-safe write operations.
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.