mcp-server
Verified Safeby 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
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
kintone-mcp-server
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.
mcp-client-server
A specialized Model Context Protocol (MCP) server designed to act as a testing harness for developing and iterating on other MCP servers within a Claude AI environment.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
devtool-mcp
Provides an AI coding agent with browser superpowers for real-time debugging, visual feedback, process management, and frontend diagnostics. It acts as a bridge between an AI assistant and a web browser.