Kintone Lite
About
A lightweight server to connect AI assistants with Kintone applications and data.
Details
- Author
- luvl
- Categories
- Database, Other, Automation
Jump to
Setup
Install Kintone Lite in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/luvl/mcp-kintone-lite
Follow the installation instructions in the repository README, then restart your MCP client.
Simple and lightweight Kintone MCP server for connecting AI assistants to Kintone applications and data. Perfect for automating workflows and integrating Kintone with AI tools.
π¦ Install from PyPI:pip install mcp-kintone-lite
π PyPI Package:https://pypi.org/project/mcp-kintone-lite/
π GitHub Repository:https://github.com/luvl/mcp-kintone-lite
See the MCP Kintone Lite server in action with Claude Desktop:
The demo shows Claude Desktop using the MCP server to interact with Kintone data - querying apps, retrieving records, and performing CRUD operations seamlessly.
This MCP (Model Context Protocol) server provides AI assistants like Claude with secure access to Kintone applications and data. It implements the MCP standard to enable seamless integration between AI applications and Kintone's business process platform.
- π Secure Kintone authentication via Basic Authentication (username/password)
- π Access to all Kintone apps (based on user permissions)
- π Query execution with filtering and pagination
- π CRUD operations on Kintone records
- π‘οΈ Built-in security and validation
- π Easy setup and configuration
# Install the package pip install mcp-kintone-lite # Use with Claude Desktop (recommended) uvx --from mcp-kintone-lite mcp-kintone-lite # Or run directly mcp-kintone-lite
Works with:Claude Desktop, any MCP-compatible AI assistant
The easiest way to use this MCP server is to install it directly from PyPI and configure it with Claude Desktop.
Add the following configuration to your Claude Desktop settings file:
- macOS/Linux:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "kintone-lite": { "command": "uvx", "args": [ "--from", "mcp-kintone-lite", "mcp-kintone-lite" ], "env": { "KINTONE_SUBDOMAIN": "your-subdomain", "KINTONE_USERNAME": "your-username", "KINTONE_PASSWORD": "your-password" } } } }
Replace the environment variables in the configuration:
- KINTONE_SUBDOMAIN: Your Kintone subdomain (e.g.,mycompanyformycompany.cybozu.com)
- KINTONE_USERNAME: Your Kintone username
- KINTONE_PASSWORD: Your Kintone password
After saving the configuration, restart Claude Desktop. You should see a hammer icon indicating that tools are available.
- "List available Kintone apps"
- "Get form fields for app 123"
- "Get records from app 456 with status 'Active'"
- Python 3.10 or higher
- Kintone account with username and password
- Kintone subdomain (e.g.,yourcompany.cybozu.com)
If you want to modify or contribute to this MCP server, follow these development setup instructions.
Option 1: Using uv (Recommended for development)
# Install uv if you haven't already brew install uv # macOS # or curl -LsSf https://astral.sh/uv/install.sh | sh # Linux/macOS # Clone and install the server git clone https://github.com/luvl/mcp-kintone-lite.git cd mcp-kintone-lite uv sync
git clone https://github.com/luvl/mcp-kintone-lite.git cd mcp-kintone-lite poetry install
KINTONE_SUBDOMAIN=your-subdomain KINTONE_USERNAME=your-username KINTONE_PASSWORD=your-password
First, make sure you have your Kintone credentials configured in your.envfile.
# Run the server directly python src/mcp_kintone_lite/server.py
# Run with Poetry poetry run python src/mcp_kintone_lite/server.py
# Run with UV uv run python src/mcp_kintone_lite/server.py
If you have the MCP CLI installed, you can test your server:
# Test with MCP Inspector mcp inspector # Or run in development mode mcp dev src/mcp_kintone_lite/server.py
# Build the package uv build # or: poetry build # Upload to TestPyPI twine upload --repository testpypi --config-file .pypirc dist/ # Test install from TestPyPI pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ mcp-kintone-lite
# Upload to production PyPI twine upload --repository pypi --config-file .pypirc dist/ # Test install from production PyPI pip install mcp-kintone-lite
- Update the version inpyproject.toml
- Rebuild:uv buildorpoetry build
- Upload:twine upload --repository pypi --config-file .pypirc dist/*
Integrate with kintone data and applications using the Model Context Protocol.
An MCP server for Quickbase, enabling seamless integration with AI assistants like Claude Desktop.
Skyvia MCP Endpoint is a no-code gateway that makes your business data accessible to AI assistants in real time.
Integrate Odoo with Large Language Models (LLMs) for enhanced business process automation.
Integrate with Odoo ERP systems to manage business data and operations. Requires external configuration for connection parameters.
A hosted or self-hosted cloud version of Odoo MCP
An MCP server that provides direct access to Odoo ERP system capabilities.
An MCP server for integrating with the Odoo ERP system.
A Model Context Protocol (MCP) server and standalone CLI for querying PowerPlatform / Dataverse environments. Supports multiple environments, entity metadata, records, plugins, flows, solutions, workflows, business rules, security roles, and more.
Official Airtable MCP server and skills for working with bases, records, workflows, and business operations from AI agents.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


